Staging
v0.5.1
https://github.com/python/cpython
Revision d395629e8272f7d09b8ac919fbea66c2c070f8e7 authored by Christian Heimes on 05 November 2008, 19:48:27 UTC, committed by Christian Heimes on 05 November 2008, 19:48:27 UTC
1 parent 933238a
Raw File
Tip revision: d395629e8272f7d09b8ac919fbea66c2c070f8e7 authored by Christian Heimes on 05 November 2008, 19:48:27 UTC
Fixed issue #3727: poplib module broken by str to unicode conversion
Tip revision: d395629
index.rst
.. _using-index:

################
  Using Python
################


This part of the documentation is devoted to general information on the setup
of the Python environment on different platform, the invocation of the
interpreter and things that make working with Python easier.


.. toctree::

   cmdline.rst
   unix.rst
   windows.rst
   mac.rst

back to top