Changes between Version 70 and Version 71 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 07/09/19 12:59:16 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v70 v71 180 180 ||HTMLParser||class||replaces HTMLParser.HTMLParser in Py2|| 181 181 ||StringIO||class/function||maps to cStringIO.StringIO in Py2 (which is a function rather than a class), so can't use this for type checking|| 182 ||BytesIO||class/function||for binary data streams, same as StringIO in Py2, but different in Py3|| 182 183 ||URLError||Exception||replaces urllib2.URLError in Py2|| 183 184 === No dict.iteritems, iterkeys or itervalues ===