« New Source of Income | Main | The lameness of NSSegmentedControl »

python - my way or the highway

walitza:/Volumes/Source/src nat$ python
Python 2.3.5 (#1, Mar 20 2005, 20:38:20) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> quit
'Use Ctrl-D (i.e. EOF) to exit.'
It's like, python tells me "I understand you, you want to quit, but you have to do it MY way." This is a look into the future:
walitza:/Volumes/Source/src nat$ python
Python 2.6.1 (#1, Mar 20 2008, 09:42:00) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> quit
'Use Ctrl-D (i.e. EOF) to exit.'
>>> ^D
'Now I am sure you can say this a lot friendlier.'
>>> ^Dplease
walitza:/Volumes/Source/src nat$

About

This page contains a single entry from the blog posted on July 13, 2007 2:35 PM.

The previous post in this blog was New Source of Income.

The next post in this blog is The lameness of NSSegmentedControl.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type 3.34