[issue10413] Comments in unicode.h are out of date

2010-11-16 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Alexander Belopolsky wrote: > > Alexander Belopolsky added the comment: > > Committed to 3.1 branch in revision 86481. Thanks. -- ___ Python tracker __

[issue10413] Comments in unicode.h are out of date

2010-11-16 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed to 3.1 branch in revision 86481. -- status: pending -> closed type: -> behavior versions: +Python 3.1 ___ Python tracker ___ _

[issue10413] Comments in unicode.h are out of date

2010-11-16 Thread Marc-Andre Lemburg
Changes by Marc-Andre Lemburg : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue10413] Comments in unicode.h are out of date

2010-11-16 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Alexander Belopolsky wrote: > > Alexander Belopolsky added the comment: > > Committed in revision 86478. Should this go in 3.1? This is a comments-only > change, so it is fairly safe and merging may help future maintenance. On the > other hand, it is

[issue10413] Comments in unicode.h are out of date

2010-11-16 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed in revision 86478. Should this go in 3.1? This is a comments-only change, so it is fairly safe and merging may help future maintenance. On the other hand, it is very unlikely that the header file will need to be changed in maintenance relea

[issue10413] Comments in unicode.h are out of date

2010-11-14 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Alexander Belopolsky wrote: > > New submission from Alexander Belopolsky : > > Attached patch updates some comments in unicode.h mostly reflecting the fact > that the default encoding is now unconditionally UTF-8. Looks good. -- ___

[issue10413] Comments in unicode.h are out of date

2010-11-13 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : Attached patch updates some comments in unicode.h mostly reflecting the fact that the default encoding is now unconditionally UTF-8. -- assignee: belopolsky components: Documentation, Interpreter Core files: unicode-comments.diff keywords: patc