Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'installed.': 0.07; 'subject:xml': 0.07; 'worse': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:python': 0.10; 'broken': 0.12; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'modules?': 0.16; 'python-list,': 0.16; 'pyxml': 0.16; 'pyxml,': 0.16; 'meant': 0.17; 'extension': 0.17; 'subject:Question': 0.19; "haven't": 0.20; 'trying': 0.21; 'header :In-Reply-To:1': 0.22; "python's": 0.24; 'stefan': 0.24; '(in': 0.26; 'import': 0.27; "i'm": 0.28; 'problem': 0.29; 'also.': 0.30; 'yes.': 0.30; "didn't": 0.30; 'xml': 0.31; 'does': 0.32; 'modules': 0.32; 'header:User-Agent:1': 0.33; 'header:X -Complaints-To:1': 0.34; 'to:addr:python-list': 0.35; 'list.': 0.35; 'received:org': 0.36; 'reasons': 0.37; 'some': 0.38; 'received:de': 0.39; 'to:addr:python.org': 0.40; 'more': 0.61; 'kind': 0.62; 'results': 0.64; 'dead': 0.77; 'concerns': 0.80; 'hooked': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: Fwd: Question about PyXML and python's stdlib xml Date: Wed, 29 Feb 2012 15:48:30 +0100 References: <4F4BA664.90707@redhat.com> <4F4E374E.10201@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: fw-snc-frn5-de01.fw.telefonica.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: <4F4E374E.10201@redhat.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330526924 news.xs4all.nl 6910 [2001:888:2000:d::a6]:58615 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:21042 Roman Rakus, 29.02.2012 15:33: > I'm forwarding this message to python-list, since I didn't get answer on > xml-sig ML I didn't see a message from you on that list. > I have concerns about PyXML and stdlib xml included directly in python. > Currently (in Fedora) python is trying to import PyXML, which means > other results when you have and haven't PyXML installed. What kind of "other results"? > Furthermore, python's xml provides "dom", "parsers", "sax" and "etree". > PyXML provides 'dom', 'marshal', 'parsers', 'sax', 'schema', 'utils', > 'xpath' and 'xslt'. Some modules are duplicated. Does PyXML provides > more functionality in those modules? Is python's xml better, same or > worse then PyXML? PyXML was meant as an extension and hooked into the stdlib XML support. That's only one of the reasons why it's broken now. > Anyway, python's xml is newer - is PyXML deprecated? Yes. It's a dead project. > Please keep me in CC, I'm not subscribed to the list. That may be the problem in the xml-sig case also. Stefan