This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients allan, belopolsky, benjamin.peterson, docs@python, eric.araujo, eric.smith, georg.brandl, jcea, ncoghlan, ned.deily, orsenthil, r.david.murray
Date 2010-11-28.04:03:49
SpamBayes Score 0.00015561658
Marked as misclassified No
Message-id <AANLkTimXM_TvnaF9H5zG0VKoa-_kNJapL+GVEGDs4nOr@mail.gmail.com>
In-reply-to <1290916760.91.0.589250442193.issue10318@psf.upfronthosting.co.za>
Content
-    #!/usr/bin/env python
+    #!/usr/bin/env python3
     # -*- coding: UTF-8 -*-

Not strictly related to this issue, but do we want to recommend
redundant encoding cookie in the docs?
History
Date User Action Args
2010-11-28 04:03:52belopolskysetrecipients: + belopolsky, georg.brandl, jcea, ncoghlan, orsenthil, eric.smith, benjamin.peterson, ned.deily, eric.araujo, r.david.murray, docs@python, allan
2010-11-28 04:03:49belopolskylinkissue10318 messages
2010-11-28 04:03:49belopolskycreate