diff options
author | Ned Deily <nad@acm.org> | 2012-02-03 01:45:05 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-02-03 01:45:05 (GMT) |
commit | f9b0255db3bdb7519093be5a6d269ab5da2edcc0 (patch) | |
tree | 2681caa4e1024e576db38c5a572f42cfdbdf9626 /Misc | |
parent | 538343d6ecfc5e0425230ba8198e3f5e3e17d134 (diff) | |
parent | cf550dcff8eccac2745acbff2541be3b6405abe4 (diff) | |
download | cpython-f9b0255db3bdb7519093be5a6d269ab5da2edcc0.zip cpython-f9b0255db3bdb7519093be5a6d269ab5da2edcc0.tar.gz cpython-f9b0255db3bdb7519093be5a6d269ab5da2edcc0.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -463,6 +463,8 @@ Core and Builtins Library ------- +- Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. + - Issue #13676: Handle strings with embedded zeros correctly in sqlite3. - Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell. |