[Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge (original) (raw)

eric.araujo python-checkins at python.org
Sat Mar 26 02:04:21 CET 2011


http://hg.python.org/cpython/rev/ec25055d30f1 changeset: 68951:ec25055d30f1 branch: 3.1 parent: 68942:c4d355363114 parent: 68948:6077424007f5 user: Éric Araujo <merwok at netwok.org> date: Sat Mar 26 01:55:56 2011 +0100 summary: Branch merge

files: Doc/library/http.cookiejar.rst | 2 +- Doc/library/readline.rst | 2 +- Doc/library/sys.rst | 40 ++++++++------------- Doc/tutorial/interactive.rst | 5 +-- 4 files changed, 18 insertions(+), 31 deletions(-)

diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst --- a/Doc/library/http.cookiejar.rst +++ b/Doc/library/http.cookiejar.rst @@ -719,7 +719,7 @@

import os, http.cookiejar, urllib.request
cj = http.cookiejar.MozillaCookieJar()

diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -197,7 +197,7 @@

import os
import readline

.. data:: float_info diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst --- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst @@ -123,10 +123,7 @@ # bound to the Esc key by default (you can change it - see readline docs). # # Store the file in ~/.pystartup, and set an environment variable to point

-- Repository URL: http://hg.python.org/cpython



More information about the Python-checkins mailing list