~inkscape.dev/inkscape-devlibs64/trunk

« back to all changes in this revision

Viewing changes to python/Lib/xml/parsers/expat.py

  • Committer: Eduard Braun
  • Date: 2016-10-22 16:51:19 UTC
  • Revision ID: eduard.braun2@gmx.de-20161022165119-9eosgy6lp8j1kzli
Update Python to version 2.7.12

Included modules:
  coverage 4.2
  lxml 3.6.4
  numpy 1.11.2
  scour 0.35
  six 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
"""Interface to the Expat non-validating XML parser."""
2
 
__version__ = '$Revision: 17640 $'
3
 
 
4
 
from pyexpat import *
 
1
"""Interface to the Expat non-validating XML parser."""
 
2
__version__ = '$Revision: 17640 $'
 
3
 
 
4
from pyexpat import *