Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19787

CTRL-Z on windows for 2.7 and 3.2

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'subject:windows': 0.09; 'win32': 0.12; '2.1': 0.15; '"copyright",': 0.16; '"credits"': 0.16; '"license"': 0.16; '>>>': 0.18; "doesn't": 0.22; 'versions': 0.23; 'correct,': 0.23; 'sep': 0.23; 'bit': 0.28; 'nov': 0.29; 'sleep': 0.30; 'reflect': 0.31; 'minor': 0.32; 'actually': 0.32; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.33; 'from:addr:yahoo.co.uk': 0.34; 'header:X-Complaints-To:1': 0.34; "i'll": 0.35; 'but': 0.37; 'received:org': 0.37; 'hit': 0.39; 'to:addr:python.org': 0.40; 'difference': 0.40; 'type': 0.60; 'more': 0.61; 'below.': 0.63; 'received:89': 0.65; 'lose': 0.84; '2.7.1': 0.84; 'received:as13285.net': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Blockheads Oi Oi <breamoreboy@yahoo.co.uk>
Subject CTRL-Z on windows for 2.7 and 3.2
Date Thu, 02 Feb 2012 12:52:40 +0000
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-89-243-194-180.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.0; rv:9.0) Gecko/20111222 Thunderbird/9.0.1
X-Antivirus avast! (VPS 120202-1, 02/02/2012), Outbound message
X-Antivirus-Status Clean
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5354.1328187176.27778.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1328187176 news.xs4all.nl 6858 [2001:888:2000:d::a6]:35722
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:19787

Show key headers only | View raw


Not that I'll lose any sleep over it, but section 2.1 of the tutorial 
for both versions doesn't reflect the minor difference between the 
behavior shown below.  Which is correct, the docs or what actually happens?

c:\Users\Mark\Sudoku>c:\Python27\python.exe
Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> # you don't need to hit ENTER

c:\Users\Mark\Sudoku>c:\Python32\python.exe
Python 3.2.2 (default, Sep  4 2011, 09:51:08) [MSC v.1500 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> ^Z # you do need to hit ENTER


c:\Users\Mark\Sudoku>
-- 
Cheers.

Mark Lawrence.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

CTRL-Z on windows for 2.7 and 3.2 Blockheads Oi Oi <breamoreboy@yahoo.co.uk> - 2012-02-02 12:52 +0000

csiph-web