]> granicus.if.org Git - python/commitdiff
merge with 3.2
authorGeorg Brandl <georg@python.org>
Sun, 12 May 2013 09:52:22 +0000 (11:52 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 May 2013 09:52:22 +0000 (11:52 +0200)
1  2 
Lib/test/test_sax.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 251651c222d6e6239a61e89b9741e4cd3cd0f277,7308e72a8351f0ec8abc9a5daf2587044071b575..22f0abb23da38b80b514da9b39997ffa248049aa
+++ b/Misc/NEWS
@@@ -226,22 -35,8 +226,25 @@@ Test
  - Issue #17843: Removed bz2 test data file that was triggering false-positive
    virus warnings with certain antivirus software.
  
 +Documentation
 +-------------
 +
 +- Issue #15940: Specify effect of locale on time functions.
 +
 +- Issue #6696: add documentation for the Profile objects, and improve
 +  profile/cProfile docs.  Patch by Tom Pinckney.
 +
++- Issue #17915: Fix interoperability of xml.sax with file objects returned by
++  codecs.open().
++
 +Build
 +-----
 +
 +- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
 +  4.8.
 +
  
 -What's New in Python 3.2.4?
 +What's New in Python 3.3.1?
  ===========================
  
  *Release date: 07-Apr-2013*