Message132195
| Author | eric.araujo |
|---|---|
| Recipients | docs@python, eric.araujo |
| Date | 2011-03-26.00:53:45 |
| SpamBayes Score | 0.0033248428 |
| Marked as misclassified | No |
| Message-id | <1301100825.87.0.69977993755.issue11681@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Python 2 has a -b command-line option which is undocumented. It is used by the warnings machinery to decide to warn about (-b) or raise an error (-bb) if someone uses str(bytes) or str(buffer) (explanation courtesy of grep and Python/pythonrun.c). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-26 00:53:45 | eric.araujo | set | recipients: + eric.araujo, docs@python |
| 2011-03-26 00:53:45 | eric.araujo | set | messageid: <1301100825.87.0.69977993755.issue11681@psf.upfronthosting.co.za> |
| 2011-03-26 00:53:45 | eric.araujo | link | issue11681 messages |
| 2011-03-26 00:53:45 | eric.araujo | create | |