diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-07 11:32:01 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-11-07 11:32:01 (GMT) |
commit | 35adf5dcf16e966c167899f87eee357ffc4de6b4 (patch) | |
tree | c5a479117541740e2603945794cb61de938e1853 /Misc | |
parent | 43ef32ae364930c12ee1ccf522c4fe75e6ea3d7f (diff) | |
download | cpython-35adf5dcf16e966c167899f87eee357ffc4de6b4.zip cpython-35adf5dcf16e966c167899f87eee357ffc4de6b4.tar.gz cpython-35adf5dcf16e966c167899f87eee357ffc4de6b4.tar.bz2 |
Changed entry name because it's hard to merge.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -248,8 +248,8 @@ Library - Issue #9948: Fixed problem of losing filename case information. -Extensions ----------- +Extension Modules +----------------- - Issue #6317: Now winsound.PlaySound can accept non ascii filename. @@ -793,8 +793,8 @@ Core and Builtins - format(complex(-0.0, 2.0), '-') omitted the real part from the output, - format(complex(0.0, 2.0), '-') included a sign and parentheses. -Extensions ----------- +Extension Modules +----------------- - Issue #6608: time.asctime is now checking struct tm fields its input before passing it to the system asctime. Patch by MunSic Jeong. |