Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19787 > unrolled thread
| Started by | Blockheads Oi Oi <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2012-02-02 12:52 +0000 |
| Last post | 2012-02-02 12:52 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
CTRL-Z on windows for 2.7 and 3.2 Blockheads Oi Oi <breamoreboy@yahoo.co.uk> - 2012-02-02 12:52 +0000
| From | Blockheads Oi Oi <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-02-02 12:52 +0000 |
| Subject | CTRL-Z on windows for 2.7 and 3.2 |
| Message-ID | <mailman.5354.1328187176.27778.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web