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
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.
bones7456 added the comment:
>>> type(x)
>>> type(x2)
It cann't be equal...
--
___
Python tracker
<http://bugs.python.org/issue6084>
___
___
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"