ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> XML-checkins
XML-checkins
[XML-checkins]xml/xml/parsers __init__.py,1.2,1.3
by Jeremy Kloth other posts by this author
Dec 12 2004 8:02AM messages near this date
[XML-checkins]www/htdocs/topics/xbel index.ht,1.16,1.17 | [XML-checkins]xml ANNOUNCE,1.42,1.43
Update of /cvsroot/pyxml/xml/xml/parsers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7055/xml/parsers

Modified Files:
	__init__.py 
Log Message:
Updated __all__ to reflect actual package contents to eliminate an error
when using "from xml.parsers import *"


Index: __init__.py
===================================================================
RCS file: /cvsroot/pyxml/xml/xml/parsers/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py	19 Feb 2001 15:14:35 -0000	1.2
--- __init__.py	12 Dec 2004 08:02:27 -0000	1.3
***************
*** 1 ****
! __all__ = ['xmllib', 'sgmllib', 'xmlproc']
--- 1 ----
! __all__ = ['expat', 'sgmllib', 'xmlproc']



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Pyxml-checkins mailing list
Pyxml-checkins@[...].net
https://lists.sourceforge.net/lists/listinfo/pyxml-checkins

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved