[Python-Dev] Code freeze?
Christian Heimes
lists at cheimes.de
Fri Feb 29 15:54:39 CET 2008
More information about the Python-Dev mailing list
Fri Feb 29 15:54:39 CET 2008
- Previous message: [Python-Dev] [Python-3000] Code freeze?
- Next message: [Python-Dev] Summary of Tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nick Coghlan wrote: > In composing this response, I also realised why the new tempfile tests > worked for me before I checked them in: I was testing it on the trunk, > where _TemporaryFileWrapper is a classic class. Special method lookup on > classic classes doesn't include the 'direct-to-type' optimisation, so > those tests work with the tempfile module as written on 2.x. tempfile is also using different implementation for TemporaryFile on Win32. On Windows it's an alias for NamedTemporaryFile while on Unix it's using a file descriptor of an unlinked file. Christian
- Previous message: [Python-Dev] [Python-3000] Code freeze?
- Next message: [Python-Dev] Summary of Tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list