Add a missing #

This commit is contained in:
Brett Cannon 2016-08-16 13:11:00 -07:00
parent e9850f06ae
commit f59249b048

View file

@ -147,7 +147,7 @@ Library
- Issue #27522: Avoid an unintentional reference cycle in email.feedparser.
- Issue 27512: Fix a segfault when os.fspath() called a an __fspath__() method
- Issue #27512: Fix a segfault when os.fspath() called a an __fspath__() method
that raised an exception. Patch by Xiang Zhang.
- Issue #26988: Add AutoEnum.