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.

classification
Title: Lib Man 2.2.6.2 word change
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: blunck2, rhettinger, terry.reedy
Priority: normal Keywords:

Created on 2003-01-07 22:35 by terry.reedy, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (3)
msg13941 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2003-01-07 22:35
In the conversion types table, the 's' line

s String (converts any python object using str()). 

should have 'non-unicode' substituted for or inserted 
before 'python' to be consistent with both the last 
sentence of the first paragraph and current (2.2.1) 
behavior.

This non-updated line has fooled at least one person 
(clp poster).
msg13942 - (view) Author: Christopher Blunck (blunck2) Date: 2003-01-08 05:16
Logged In: YES 
user_id=531881

see patch 664183
msg13943 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-01-13 04:43
Logged In: YES 
user_id=80475

Fixed.
See Doc/lib/libstdtypes.tex 1.117 and 1.80.6.18.
History
Date User Action Args
2022-04-10 16:06:07adminsetgithub: 37737
2003-01-07 22:35:40terry.reedycreate