Changes between Version 70 and Version 71 of DeveloperGuidelines/Py_2_3


Ignore:
Timestamp:
07/09/19 12:59:16 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v70 v71  
    180180||HTMLParser||class||replaces HTMLParser.HTMLParser in Py2||
    181181||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||
    182183||URLError||Exception||replaces urllib2.URLError in Py2||
    183184=== No dict.iteritems, iterkeys or itervalues ===