~ubuntu-branches/ubuntu/precise/python3.2/precise-proposed

« back to all changes in this revision

Viewing changes to Doc/tutorial/interpreter.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 18:40:39 UTC
  • mfrom: (30.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120309184039-j3yk2emxr1plyo21
Tags: 3.2.3~rc1-1
* Python 3.2.3 release candidate 1.
* Update to 20120309 from the 3.2 branch.
* Fix libpython.a symlink. Closes: #660146.
* Build-depend on xauth.
* Run the gdb tests for the debug build only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
When a script file is used, it is sometimes useful to be able to run the script
62
62
and enter interactive mode afterwards.  This can be done by passing :option:`-i`
63
 
before the script.  (This does not work if the script is read from standard
64
 
input, for the same reason as explained in the previous paragraph.)
 
63
before the script.
65
64
 
66
65
 
67
66
.. _tut-argpassing: