commit | c72e66a0489ee53aaf89c677c5b709d30b359532 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 02 15:06:09 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 02 15:06:09 2015 +0200 |
tree | daa871e7fdabf80f5da22dd1a5d3dc33b5efce52 | |
parent | a5ad9da50422a5ce2f80e05b816e74c0e004e247 [diff] [blame] |
Issue #25523: Backported a-to-an corrections.
diff --git a/Misc/HISTORY b/Misc/HISTORY index a29b907..41317e5 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY
@@ -1495,7 +1495,7 @@ - Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. -- Patch #1212117: os.stat().st_flags is now accessible as a attribute +- Patch #1212117: os.stat().st_flags is now accessible as an attribute if available on the platform. - Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if