From: Zachary Ware Date: Fri, 22 May 2015 16:42:20 +0000 (-0500) Subject: Fix extraneous BOM in whatsnew. X-Git-Tag: v3.5.0b1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=569db2c9f6d1adc787c6f44a9b2f4e4d9bbde272;p=python Fix extraneous BOM in whatsnew. That's what I get for using Notepad to make a quick edit... --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index a1494172e7..672e1fbc71 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1,4 +1,4 @@ -**************************** +**************************** What's New In Python 3.5 ****************************