Message218239
| Author | ita1024 |
|---|---|
| Recipients | arigo, benjamin.peterson, georg.brandl, ita1024, serhiy.storchaka, terry.reedy |
| Date | 2014-05-10.22:42:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1399761742.41.0.281413006351.issue20115@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Do not touch that please!!!! The null bytes are already rejected when forbidden by the encoding (utf-8 for example). Null byte characters in comments are perfectly valid in ISO8859-1 encoding, and a few scripts depend on them: http://ftp.waf.io/pub/release/waf-1.7.16 Parsing the commented lines is also likely to slow down the parser, so keep your hands of it please! There are too many regressions already! http://bugs.python.org/issue21086 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-05-10 22:42:22 | ita1024 | set | recipients: + ita1024, arigo, georg.brandl, terry.reedy, benjamin.peterson, serhiy.storchaka |
| 2014-05-10 22:42:22 | ita1024 | set | messageid: <1399761742.41.0.281413006351.issue20115@psf.upfronthosting.co.za> |
| 2014-05-10 22:42:22 | ita1024 | link | issue20115 messages |
| 2014-05-10 22:42:22 | ita1024 | create | |