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 magcius
Recipients cvrebert, docs@python, eric.araujo, magcius
Date 2012-05-18.20:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337373552.63.0.785304267853.issue14824@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation is just flat out wrong, actually:

    if ' ' in typename:
        parts = typename.split()
        typename = '_'.join(parts)

The documentation is claiming the inverse.

I don't know why we would ever have a space in a typename, ever (and if someone does awful hacks to get to that state, he should probably also do awful hacks to make reprlib work properly). It would be for the best if we could just remove this brain damage, but whatever.
History
Date User Action Args
2012-05-18 20:39:12magciussetrecipients: + magcius, eric.araujo, cvrebert, docs@python
2012-05-18 20:39:12magciussetmessageid: <1337373552.63.0.785304267853.issue14824@psf.upfronthosting.co.za>
2012-05-18 20:38:54magciuslinkissue14824 messages
2012-05-18 20:38:54magciuscreate