[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb51d486a899 by Tal Einat in branch '3.4': #23891: correctly refer to PyPI as "Python Package Index" https://hg.python.org/cpython/rev/bb51d486a899 -- ___ Python tracker

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-09 Thread Skip Montanaro
Skip Montanaro added the comment: Small nit... The venv.patch file refers to "Python Packaging Index." It's the "Python Package Index." -- nosy: +skip.montanaro Added file: http://bugs.python.org/file39663/ppi.diff ___ Python tracker

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset feae7fa3bb70 by Andrew Kuchling in branch '3.4': #23891: remove extra words https://hg.python.org/cpython/rev/feae7fa3bb70 -- ___ Python tracker __

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Tal Einat
Tal Einat added the comment: There is a dangling "If you" at the end of the 3rd paragraph under "Creating Virtual Environments". -- ___ Python tracker ___ __

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 15ee0e7078e3 by Andrew Kuchling in branch '3.4': #23891: add a section to the Tutorial describing virtual environments and pip https://hg.python.org/cpython/rev/15ee0e7078e3 -- ___ Python tracker

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset a18615eb5aec by Andrew Kuchling in branch '3.4': #23891: describe a few more modules in the tutorial https://hg.python.org/cpython/rev/a18615eb5aec New changeset cffb6ac2bbe4 by Andrew Kuchling in branch '3.4': #23891: rework discussion of python-li

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread Tal Einat
Tal Einat added the comment: modules.patch and tutorial.patch LGTM. venv.patch is looking good; I posted two relatively minor comments on Rietveld. -- nosy: +taleinat ___ Python tracker ___

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling
A.M. Kuchling added the comment: Finally, the major stuff: add a section on pyvenv and pip to the tutorial. -- Added file: http://bugs.python.org/file39649/venv.patch ___ Python tracker

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling
A.M. Kuchling added the comment: Rewrite discussion of python-list a bit, and add pyvideo.org to the list of links. -- Added file: http://bugs.python.org/file39648/tutorial.patch ___ Python tracker ___

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling
A.M. Kuchling added the comment: One unrelated improvement: describe some of the recently-added modules, and mention the json module. -- keywords: +patch Added file: http://bugs.python.org/file39647/modules.patch ___ Python tracker

[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-04-08 Thread A.M. Kuchling
New submission from A.M. Kuchling: (from discussion at the 2015 Python Language Summit) Current versions of Python make it relatively easy to install third-party packages such as requests. New users may not realize this, though, and continue using libraries such as urllib/urllib2 because they