changeset: 102806:bdfd4c8384de user: Ethan Furman date: Sat Aug 20 08:56:40 2016 -0700 files: Misc/NEWS description: issue26981: fix typo diff -r 10830e1b2966 -r bdfd4c8384de Misc/NEWS --- a/Misc/NEWS Sat Aug 20 07:19:31 2016 -0700 +++ b/Misc/NEWS Sat Aug 20 08:56:40 2016 -0700 @@ -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.