diff options
| author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-22 16:48:08 (GMT) |
|---|---|---|
| committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-06-22 16:48:08 (GMT) |
| commit | 67064bc1b6b4fb71e1698dc898b9f7d8065a4a70 (patch) | |
| tree | e3bf4ab1c64589dd2a2e29af029163993e363f0d /Lib/os.py | |
| parent | a2637729f23dc993e820fd92f0d1759ad714c9b2 (diff) | |
| parent | 9436361e4cdd7d3dc5f42674b54995c4915afb59 (diff) | |
| download | cpython-67064bc1b6b4fb71e1698dc898b9f7d8065a4a70.zip cpython-67064bc1b6b4fb71e1698dc898b9f7d8065a4a70.tar.gz cpython-67064bc1b6b4fb71e1698dc898b9f7d8065a4a70.tar.bz2 | |
merge
Diffstat (limited to 'Lib/os.py')
| -rw-r--r-- | Lib/os.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ del _names # Python uses fixed values for the SEEK_ constants; they are mapped # to native constants if necessary in posixmodule.c +# Other possible SEEK values are directly imported from posixmodule.c SEEK_SET = 0 SEEK_CUR = 1 SEEK_END = 2 |
