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: Better error for "1 in unicodestring"
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: lemburg Nosy List: akuchling, gvanrossum, lemburg
Priority: normal Keywords: patch

Created on 2000-06-27 14:37 by akuchling, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None akuchling, 2000-06-27 14:37 None
Messages (5)
msg32862 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2000-06-27 14:37
 
msg32863 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-06-27 14:39
Isn't the PyErr_Clear() before the PyErr_Set(...) call redundant?
msg32864 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2000-06-27 14:42
Yes, I suppose it is.  Removed.  
msg32865 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2000-06-28 14:14
Marked as closed; MAL, I think you'd have to be granted
patch admin privileges.  When I view the patch page, the
category/status/assigned-to fields are all select boxes 
that I can change.
msg32866 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2000-06-28 08:13
Checked in... now how do I mark this patch as completed ???
History
Date User Action Args
2022-04-10 16:02:01adminsetgithub: 32465
2000-06-27 14:37:49akuchlingcreate