diff options
author | Jesus Cea <jcea@jcea.es> | 2012-04-26 15:05:31 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-04-26 15:05:31 (GMT) |
commit | 990eff0776a948b4a45b1c2750552c0c6864b5c7 (patch) | |
tree | 76e8958258e5d8eea71c5659119825f6547dc253 /Lib/os.py | |
parent | 2b47f0a23ffcb0cd86dc9eacf379fbd329b895c7 (diff) | |
download | cpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.zip cpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.tar.gz cpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.tar.bz2 |
Backing out 86dc014cdd74. Not ready yet
Diffstat (limited to 'Lib/os.py')
-rw-r--r-- | Lib/os.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -116,7 +116,6 @@ 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 |