[issue8671] A small erorr on http://docs.python.org/library/re.html

2010-05-09 Thread bones7456
New submission from bones7456 : In section \b , original text is: Matches the empty string, but only at the beginning or end of a word. A word is defined as a sequence of alphanumeric or underscore characters, so the end of a word is indicated by whitespace or a non-alphanumeric, non

[issue6611] HTMLParser cannot deal with mixture of arbitrary data and character reference

2009-07-31 Thread bones7456
bones7456 added the comment: another fix way: and these three lines to the head of file: import sys reload(sys) sys.setdefaultencoding('utf8') -- nosy: +bones7456 ___ Python tracker <http://bugs.python.

[issue6084] documentation of zip function is error

2009-05-22 Thread bones7456
bones7456 added the comment: >>> type(x) >>> type(x2) It cann't be equal... -- ___ Python tracker <http://bugs.python.org/issue6084> ___ ___

[issue6084] documentation of zip function is error

2009-05-22 Thread bones7456
New submission from bones7456 : http://docs.python.org/library/functions.html?highlight=zip#zip In this page, the example is error: Python 2.6.2 (r262:71600, Apr 24 2009, 10:04:30) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license"