mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Fix issue references.
This commit is contained in:
parent
f1f8d47d38
commit
d2413428dc
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ Library
|
||||||
- Issue #2830: Add the ``html.escape()`` function, which quotes all problematic
|
- Issue #2830: Add the ``html.escape()`` function, which quotes all problematic
|
||||||
characters by default. Deprecate ``cgi.escape()``.
|
characters by default. Deprecate ``cgi.escape()``.
|
||||||
|
|
||||||
- Issue 9409: Fix the regex to match all kind of filenames, for interactive
|
- Issue #9409: Fix the regex to match all kind of filenames, for interactive
|
||||||
debugging in doctests.
|
debugging in doctests.
|
||||||
|
|
||||||
- Issue 9183: ``datetime.timezone(datetime.timedelta(0))`` will now
|
- Issue #9183: ``datetime.timezone(datetime.timedelta(0))`` will now
|
||||||
return the same instance as ``datetime.timezone.utc``.
|
return the same instance as ``datetime.timezone.utc``.
|
||||||
|
|
||||||
- Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
|
- Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue