cpython: ec25055d30f1 (original) (raw)

Mercurial > cpython

changeset 68951:ec25055d30f1 3.1

Branch merge

Éric Araujo merwok@netwok.org
date Sat, 26 Mar 2011 01:55:56 +0100
parents c4d355363114(current diff)6077424007f5(diff)
children 12e044c29e6a 0cb276628528 97c31d27456e
files
diffstat 4 files changed, 18 insertions(+), 31 deletions(-)[+] [-] Doc/library/http.cookiejar.rst 2 Doc/library/readline.rst 2 Doc/library/sys.rst 40 Doc/tutorial/interactive.rst 5

line wrap: on

line diff

--- a/Doc/library/http.cookiejar.rst +++ b/Doc/library/http.cookiejar.rst @@ -719,7 +719,7 @@ cookies (assumes Unix/Netscape conventio import os, http.cookiejar, urllib.request cj = http.cookiejar.MozillaCookieJar()

--- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -197,7 +197,7 @@ normally be executed automatically durin import os import readline

--- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -206,31 +206,21 @@ always available. The struct sequence flags exposes the status of command line flags. The attributes are read only.

.. data:: float_info

--- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst @@ -123,10 +123,7 @@ interpreter. :: # 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

import atexit import os