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 remi.lapeyre
Recipients Windson Yang, Zahash Z, matrixise, remi.lapeyre, rhettinger
Date 2019-02-20.13:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550668446.59.0.27723120099.issue36049@roundup.psfhosted.org>
In-reply-to
Content
Note: when repr do not round trip, I think it's common practice to use brackets:

    <LifoQueue('a'...'c')>

instead of:
    LifoQueue('a'...'c')


Example with Regex from https://docs.python.org/3/howto/regex.html:

    >>> re.match(r'From\s+', 'From amk Thu May 14 19:12:10 1998')  
    <re.Match object; span=(0, 5), match='From '>
History
Date User Action Args
2019-02-20 13:14:06remi.lapeyresetrecipients: + remi.lapeyre, rhettinger, matrixise, Windson Yang, Zahash Z
2019-02-20 13:14:06remi.lapeyresetmessageid: <1550668446.59.0.27723120099.issue36049@roundup.psfhosted.org>
2019-02-20 13:14:06remi.lapeyrelinkissue36049 messages
2019-02-20 13:14:06remi.lapeyrecreate