| commit | cf6905f986613b20f00ebbcecf6cc07ce298cbee | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu Jun 24 17:58:44 1999 +0000 |
| committer | Guido van Rossum <guido@python.org> | Thu Jun 24 17:58:44 1999 +0000 |
| tree | 663020e74ce5ef8286c9730ffabaa92d041c3757 | |
| parent | 336a201d4fed1b800029f302653e851a430a166b [diff] |
Clarify the example by explicitly importing the fcntl module -- this avoid being fooled into thinking that fcntl and FCNTL are the same thing -- they aren't! (fcntl is the extension, FCNTL.py is h2py output that defines all the constants). (XXX The example is still weird -- I think there's a more portable way to do locking now. That's for someone else to fix...)