Re: [Python-Dev] cpython (3.4): #23891: add a section to the Tutorial describing virtual environments and pip

2015-06-08 Thread Antoine Pitrou
On Mon, 08 Jun 2015 21:39:17 + andrew.kuchling wrote: > https://hg.python.org/cpython/rev/15ee0e7078e3 > changeset: 96555:15ee0e7078e3 > branch: 3.4 > parent: 96552:2b78227974fa > user:Andrew Kuchling > date:Mon Jun 08 17:35:45 2015 -0400 > summary: > #23891: add

[Python-Dev] Fix or remove XMLParser.doctype()

2015-06-08 Thread Serhiy Storchaka
There are issues with the doctype() method of XMLParser. 1. Using subclass of XMLParser emits a deprecation warning [1]. 2. There is behavior difference between Python and C implementations if implement doctype() [2]. This method was deprecated for long time, and the simplest solution is to