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: struni pulldom: Don't use 'types' to check strings
Type: Stage:
Components: Library (Lib) Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: alexandre.vassalotti, gvanrossum
Priority: normal Keywords: patch

Created on 2007-07-24 21:22 by alexandre.vassalotti, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pulldom.patch alexandre.vassalotti, 2007-07-24 21:22
Messages (3)
msg52940 - (view) Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) Date: 2007-07-24 21:22
This patch removes the use of the types module for checking if an object is a string. This fix some of the unit tests in minidom.py but not all.    
msg52941 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-07-27 17:26
Committed revision 56586.
msg52942 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-07-27 17:26
Committed revision 56586.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45240
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-24 21:22:03alexandre.vassalotticreate