E&S CVS Commit: pylib - Don't use FCNTL module, which became obsolete in Python 2.2. All of

tsarna at eby-sarna.com tsarna at eby-sarna.com
Thu Jan 3 17:28:00 EST 2002


Module Name:	pylib
Committed By:	tsarna
Date:		Thu Jan  3 22:27:58 UTC 2002

Modified Files:
	pylib/AppUtils: Counters.py LockFiles.py

Log Message:
Don't use FCNTL module, which became obsolete in Python 2.2. All of
those symbols appear to have been available from posix since at least
1.5.2., and we use posix anway, so get them from there.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/AppUtils/Counters.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/pylib/AppUtils/LockFiles.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pylib/AppUtils/Counters.py
cvs rdiff -r1.2 -r1.3 pylib/AppUtils/LockFiles.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.





More information about the source-changes mailing list