mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Issue #1777412: document the change in the NEWS file
This commit is contained in:
parent
c08ea61373
commit
f7d019ec9a
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #1777412: minimum year for time.asctime(), time.ctime() and
|
||||||
|
time.strftime() is now: 1000 instead of 1900 by default (accept2dyear=0) and
|
||||||
|
not limited instead of 1900 if accept2dyear=1. With Visual Studio or on
|
||||||
|
Solaris, the year is limited to the range [1; 9999].
|
||||||
|
|
||||||
- Issue #10859: Make ``contextlib.GeneratorContextManager`` officially
|
- Issue #10859: Make ``contextlib.GeneratorContextManager`` officially
|
||||||
private by renaming it to ``_GeneratorContextManager``.
|
private by renaming it to ``_GeneratorContextManager``.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue