dhellmann / google-highly-open-participation-psf

Automatically exported from code.google.com/p/google-highly-open-participation-psf
0 stars 0 forks source link

Update 'str', 'unicode', and 'bytes' references in the docs. #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In Python 3.0, unicode has been removed, because all strings are now
unicode. Byte strings are now 'bytes'.  (See "Atomic Types" in PEP
3100, http://www.python.org/dev/peps/pep-3100/, and PEP 3137).

Update the library documentation for Py3K appropriately.

See the DocumentationAndExampleGuidelines and WorkingOnDocumentation wiki
pages for helpful information, under

   http://code.google.com/p/google-highly-open-participation-psf/w/list

Completion:

Attach the results of an 'svn diff' (context diff) against the Python
source tree to this task, and send a brief description of your changes
to the ghop-python mailing list.

Relevant wiki pages:

 - DocumentationAndExampleGuidelines
 - WorkingOnDocumentation
 - Python3K

Task duration: please complete this task within 5 days (120 hours) of claiming 
it.

Original issue reported on code.google.com by the.good...@gmail.com on 27 Nov 2007 at 4:11

GoogleCodeExporter commented 9 years ago
I claim this task.

Original comment by EvgeniyF...@gmail.com on 29 Nov 2007 at 3:22

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by doug.hel...@gmail.com on 29 Nov 2007 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by EvgeniyF...@gmail.com on 1 Dec 2007 at 10:06

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you! I'll brush up the diff a bit and commit soon. This task is now 
completed!

Original comment by georg.br...@gmail.com on 2 Dec 2007 at 8:03