Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ef32a commit 35adf5dCopy full SHA for 35adf5d
1 file changed
Misc/NEWS
@@ -248,8 +248,8 @@ Library
248
249
- Issue #9948: Fixed problem of losing filename case information.
250
251
-Extensions
252
-----------
+Extension Modules
+-----------------
253
254
- Issue #6317: Now winsound.PlaySound can accept non ascii filename.
255
@@ -793,8 +793,8 @@ Core and Builtins
793
- format(complex(-0.0, 2.0), '-') omitted the real part from the output,
794
- format(complex(0.0, 2.0), '-') included a sign and parentheses.
795
796
797
798
799
- Issue #6608: time.asctime is now checking struct tm fields its input
800
before passing it to the system asctime. Patch by MunSic Jeong.
0 commit comments