mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Issue #11930: Added Misc/NEWS and versionchanged entries.
This commit is contained in:
parent
334fdeed2b
commit
5611a1c326
2 changed files with 7 additions and 0 deletions
|
@ -1792,6 +1792,10 @@ Notes:
|
||||||
In previous versions, :meth:`strftime` method was restricted to
|
In previous versions, :meth:`strftime` method was restricted to
|
||||||
years >= 1900.
|
years >= 1900.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.3
|
||||||
|
In version 3.2, :meth:`strftime` method was restricted to
|
||||||
|
years >= 1000.
|
||||||
|
|
||||||
(6)
|
(6)
|
||||||
For example, if :meth:`utcoffset` returns ``timedelta(hours=-3, minutes=-30)``,
|
For example, if :meth:`utcoffset` returns ``timedelta(hours=-3, minutes=-30)``,
|
||||||
``%z`` is replaced with the string ``'-0330'``.
|
``%z`` is replaced with the string ``'-0330'``.
|
||||||
|
|
|
@ -132,6 +132,9 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #11930: Removed deprecated time.accept2dyear variable.
|
||||||
|
Removed year >= 1000 restriction from datetime.strftime.
|
||||||
|
|
||||||
- logging: don't define QueueListener if Python has no thread support.
|
- logging: don't define QueueListener if Python has no thread support.
|
||||||
|
|
||||||
- Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get
|
- Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue