diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-06-17 11:04:02 (GMT) |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-06-17 11:04:02 (GMT) |
| commit | 9828b7ea08e43dfd9d27b5898c4c551771c04db1 (patch) | |
| tree | 2ccf6fd790b54a4c1f542137e3504aab81fe8e6b | |
| parent | 8f96b8ec4303d5c54b9a20c963292dd98bf3a714 (diff) | |
| download | cpython-9828b7ea08e43dfd9d27b5898c4c551771c04db1.zip cpython-9828b7ea08e43dfd9d27b5898c4c551771c04db1.tar.gz cpython-9828b7ea08e43dfd9d27b5898c4c551771c04db1.tar.bz2 | |
Updated with fix for #3126.
| -rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -89,6 +89,10 @@ Extension Modules Library ------- +- Issue #3126: StreamHandler and FileHandler check before calling "flush" and + "close" that the stream object has these, using hasattr (thanks to bobf for + the patch). + - Issue #2912: platform.uname now tries to determine unknown information even if os.uname exists. @@ -112,7 +116,7 @@ Library - Issue #2404: ctypes objects support the new pep3118 buffer interface. -- Patch #2125: Add GetInteger and GetString methods for +- Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. - Issue #2782: The datetime module's strftime methods now accept @@ -299,7 +303,7 @@ Library - The Mac Modules (including Carbon) have been deprecated for removal in Python 3.0. -- Library: on MacOS X you can now set ``ARCHFLAGS`` in the shell +- Library: on MacOS X you can now set ``ARCHFLAGS`` in the shell environment to control the '-arch' flags that are used to build an extension. This was added for compatibility with Apple's build of Python. |
