diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2021-08-06 21:35:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 21:35:13 (GMT) |
commit | 17c23167942498296f0bdfffe52e72d53d66d693 (patch) | |
tree | bb91b9f67a173af81eea460620f1fe278f1092a8 /Misc | |
parent | e9a6f1b78bf57d9f3f99547bd007d7cfc9724cfb (diff) | |
download | cpython-17c23167942498296f0bdfffe52e72d53d66d693.zip cpython-17c23167942498296f0bdfffe52e72d53d66d693.tar.gz cpython-17c23167942498296f0bdfffe52e72d53d66d693.tar.bz2 |
bpo-42971: Add errno.EQFULL (macOS) (GH-24419)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-02-02-20-11-14.bpo-42971.OpVoFu.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-02-02-20-11-14.bpo-42971.OpVoFu.rst b/Misc/NEWS.d/next/Library/2021-02-02-20-11-14.bpo-42971.OpVoFu.rst new file mode 100644 index 0000000..97c8d2d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-02-02-20-11-14.bpo-42971.OpVoFu.rst @@ -0,0 +1,2 @@ +Add definition of ``errno.EQFULL`` for platforms that define this constant +(such as macOS). |