- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message206533
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 | vstinner |
|---|---|
| Recipients | alexandre.vassalotti, pitrou, serhiy.storchaka, vstinner |
| Date | 2013-12-18.16:02:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1387382558.11.0.105243866751.issue20015@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't like the heuristic of "ASCII only" characters. Accepting that may lead to bugs if later you pass a non-ASCII character. And is it not too late to change that in Python 2.7? Version released 3 years ago and widely used in production. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-18 16:02:38 | vstinner | set | recipients: + vstinner, pitrou, alexandre.vassalotti, serhiy.storchaka |
| 2013-12-18 16:02:38 | vstinner | set | messageid: <1387382558.11.0.105243866751.issue20015@psf.upfronthosting.co.za> |
| 2013-12-18 16:02:38 | vstinner | link | issue20015 messages |
| 2013-12-18 16:02:37 | vstinner | create | |

