diff options
author | GPery <GPery@pm.me> | 2018-08-10 05:12:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-08-10 05:12:08 (GMT) |
commit | b92c526ed5da474694f89e29d82565f2a654c29b (patch) | |
tree | 2ddd1982ae5cc38fedc927fbbd5752e8ea7ff93b /Misc | |
parent | a7548230ff6db5008c76e97f2597ebfdb41da19d (diff) | |
download | cpython-b92c526ed5da474694f89e29d82565f2a654c29b.zip cpython-b92c526ed5da474694f89e29d82565f2a654c29b.tar.gz cpython-b92c526ed5da474694f89e29d82565f2a654c29b.tar.bz2 |
closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-08-09-18-42-49.bpo-34353.GIOm_8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-08-09-18-42-49.bpo-34353.GIOm_8.rst b/Misc/NEWS.d/next/Core and Builtins/2018-08-09-18-42-49.bpo-34353.GIOm_8.rst new file mode 100644 index 0000000..6799141 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-08-09-18-42-49.bpo-34353.GIOm_8.rst @@ -0,0 +1,2 @@ +Added the "socket" option in the `stat.filemode()` Python implementation to +match the C implementation. |