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 ncoghlan
Recipients anasofiapaixao, dcbbcd, docs@python, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, rhettinger, terry.reedy
Date 2012-01-29.22:55:23
SpamBayes Score 3.1997882e-10
Marked as misclassified No
Message-id <1327877728.01.0.820388568182.issue4966@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to make this change in 2.7 would actually be a bit of a nightmare - how do you cleanly split documentation of the binary data and text processing sequence types when "str" is used for both?

The change would be *mostly* feasible in 3.2 (that's why I started my branch from there), but there are still some sharp edges that go away in 3.3 (mainly the narrow/wide Unicode split).

So unless anyone is really keen to see the update in 3.2, my current plan is to leave the maintenance versions alone and only update it for 3.3. Going that way also provides better opportunities for post-checkin feedback from folks that aren't set up to build the docs themselves (rebuilding the docs is fairly straightforward on *nix, but Terry tells me that using Windows complicates that process quite a bit).
History
Date User Action Args
2012-01-29 22:55:28ncoghlansetrecipients: + ncoghlan, georg.brandl, rhettinger, terry.reedy, dcbbcd, ezio.melotti, eric.araujo, docs@python, anasofiapaixao
2012-01-29 22:55:28ncoghlansetmessageid: <1327877728.01.0.820388568182.issue4966@psf.upfronthosting.co.za>
2012-01-29 22:55:24ncoghlanlinkissue4966 messages
2012-01-29 22:55:23ncoghlancreate