mirror of
https://github.com/python/cpython.git
synced 2024-12-15 12:54:31 +08:00
Changed entry name because it's hard to merge.
This commit is contained in:
parent
43ef32ae36
commit
35adf5dcf1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user