diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-04 22:06:49 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-04 22:06:49 (GMT) |
commit | d749c7ae683a98bb2f0c1ac3c9ac2d3c5bb6e51f (patch) | |
tree | db62a95d76cc066f937039914a9c2461087b32cf /Misc/NEWS | |
parent | 78194cd4e920550bad4f9cad5f7411927ab3f458 (diff) | |
download | cpython-d749c7ae683a98bb2f0c1ac3c9ac2d3c5bb6e51f.zip cpython-d749c7ae683a98bb2f0c1ac3c9ac2d3c5bb6e51f.tar.gz cpython-d749c7ae683a98bb2f0c1ac3c9ac2d3c5bb6e51f.tar.bz2 |
Issue #19927: Add __eq__ to path-based loaders in importlib.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -203,6 +203,8 @@ Library no exception detail exists (no colon following the exception's name, or a colon does follow but no text follows the colon). +- Issue #19927: Add __eq__ to path-based loaders in importlib. + - Issue #19827: On UNIX, setblocking() and settimeout() methods of socket.socket can now avoid a second syscall if the ioctl() function can be used, or if the non-blocking flag of the socket is unchanged. |