[issue18628] Better index entry for encoding declarations

2014-04-16 Thread R. David Murray
R. David Murray added the comment: Thanks, Sam. -- nosy: +r.david.murray resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue18628] Better index entry for encoding declarations

2014-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0413e0b1f76d by R David Murray in branch '3.4': #18628: clarify index entry for source file encoding declaration. http://hg.python.org/cpython/rev/0413e0b1f76d New changeset 7c2dcb18146c by R David Murray in branch 'default': Merge: #18628: clarify

[issue18628] Better index entry for encoding declarations

2014-04-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo stage: needs patch -> patch review versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___

[issue18628] Better index entry for encoding declarations

2014-04-14 Thread Sam Lucidi
Sam Lucidi added the comment: Here's a patch which changes the entry in the index to "encoding declarations (source file)" per Terry's third point. -- keywords: +patch nosy: +mansam Added file: http://bugs.python.org/file34826/encoding-declarations-index.patch _

[issue18628] Better index entry for encoding declarations

2013-08-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mai

[issue18628] Better index entry for encoding declarations

2013-08-02 Thread Nick Coghlan
Nick Coghlan added the comment: I changed the section heading in PEP 8 to "Source File Encoding" and the sole remaining use of "a coding cookie" to "an encoding declaration". No link, since it would need separate links for Python 2 and 3, and that just gets messing. Now it uses the right termi