diff options
author | Justus Schwabedal <jusjusjus@users.noreply.github.com> | 2017-11-07 20:51:43 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-11-07 20:51:43 (GMT) |
commit | 5a8a84b34fbc385bf112819fe3b65503e33a33fa (patch) | |
tree | 947e4d2439eeb6e91d7fde953ef7d9a0b01e6950 /Misc | |
parent | c62f0cb3b1f6f9ca4ce463b1c99b0543bdfa38d6 (diff) | |
download | cpython-5a8a84b34fbc385bf112819fe3b65503e33a33fa.zip cpython-5a8a84b34fbc385bf112819fe3b65503e33a33fa.tar.gz cpython-5a8a84b34fbc385bf112819fe3b65503e33a33fa.tar.bz2 |
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-10-23.bpo-31854.fh8334f.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-23.bpo-31854.fh8334f.rst b/Misc/NEWS.d/next/Library/2017-10-23.bpo-31854.fh8334f.rst new file mode 100644 index 0000000..6313148 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-10-23.bpo-31854.fh8334f.rst @@ -0,0 +1 @@ +Add ``mmap.ACCESS_DEFAULT`` constant. |