[Python-checkins] cpython: issue26981: fix typo
ethan.furman
python-checkins at python.org
Sat Aug 20 11:56:55 EDT 2016
https://hg.python.org/cpython/rev/bdfd4c8384de
changeset: 102806:bdfd4c8384de
user: Ethan Furman <ethan at stoneleaf.us>
date: Sat Aug 20 08:56:40 2016 -0700
summary:
issue26981: fix typo
files:
Misc/NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,7 +137,7 @@
- Issue #26800: Undocumented support of general bytes-like objects
as paths in os functions is now deprecated.
-- Issue #26981: Add _order_ compatibility ship to enum.Enum for
+- Issue #26981: Add _order_ compatibility shim to enum.Enum for
Python 2/3 code bases.
- Issue #27661: Added tzinfo keyword argument to datetime.combine.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list