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.

作者 ncoghlan
收信人 anasofiapaixao, dcbbcd, docs@python, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, rhettinger, terry.reedy
日期 2012-01-29.22:55:23
SpamBayes Score 3.1997882e-10
Marked as misclassified
Message-id <1327877728.01.0.820388568182.issue4966@psf.upfronthosting.co.za>
In-reply-to
内容
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).
历史
日期 用户 动作 参数
2012-01-29 22:55:28ncoghlan修改recipients: + ncoghlan, georg.brandl, rhettinger, terry.reedy, dcbbcd, ezio.melotti, eric.araujo, docs@python, anasofiapaixao
2012-01-29 22:55:28ncoghlan修改messageid: <1327877728.01.0.820388568182.issue4966@psf.upfronthosting.co.za>
2012-01-29 22:55:24ncoghlan链接issue4966 messages
2012-01-29 22:55:23ncoghlan创建