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 andymaier
Recipients akuchling, andymaier, chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, python-dev, r.david.murray, rhettinger, terry.reedy, tshepang, zach.ware
Date 2014-07-01.17:43:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404236623.28.0.189748022017.issue14097@psf.upfronthosting.co.za>
In-reply-to
Content
Zach, I reviewed your 2.7 backport, including a comparison with the latest 3.x patch.

Comments on the 2.7 backport:

1. In "3.1.1 Numbers", on "If both operands are ints,":
The "ints" is a link labeled "int" followed by a normal font "s". I think it would be better to avoid concatenating them, and to say something like: "If both operands are of type int,".

Comments on both the 2.7 backport and on the latest 3.x patch:

2. In the last paragraph of "3.1.1 Numbers" ("In addition to int and float, Python supports..:":
The long type could be mentioned here as well, only with a link and no explanation, consistent with how Decimal and Fraction are mentioned.

Comments on just the latest 3.x patch:

3. In "3.1.2. Strings", I am missing a mentioning that the characters in strings are Unicode characters. I think quite a bit of the unicode subclause of the 2.x patch would be appropriate. I would also mention byte strings at this point, but only the fact that they exist and with a link.
History
Date User Action Args
2014-07-01 17:43:43andymaiersetrecipients: + andymaier, akuchling, georg.brandl, rhettinger, terry.reedy, ezio.melotti, eric.araujo, r.david.murray, chris.jerdonek, docs@python, tshepang, python-dev, zach.ware
2014-07-01 17:43:43andymaiersetmessageid: <1404236623.28.0.189748022017.issue14097@psf.upfronthosting.co.za>
2014-07-01 17:43:43andymaierlinkissue14097 messages
2014-07-01 17:43:43andymaiercreate