Show More
@@ -26,6 +26,8 b" _version_extra = 'dev'" | |||||
26 | #_version_extra = 'rc1' |
|
26 | #_version_extra = 'rc1' | |
27 | # _version_extra = '' # Uncomment this for full releases |
|
27 | # _version_extra = '' # Uncomment this for full releases | |
28 |
|
28 | |||
|
29 | unformal_name = 'An Afternoon Hack' | |||
|
30 | ||||
29 | # Construct full version string from these. |
|
31 | # Construct full version string from these. | |
30 | _ver = [_version_major, _version_minor, _version_patch] |
|
32 | _ver = [_version_major, _version_minor, _version_patch] | |
31 |
|
33 |
@@ -550,7 +550,10 b' gui_note = """\\' | |||||
550 | default_banner_parts = [ |
|
550 | default_banner_parts = [ | |
551 | 'Python %s\n' % (sys.version.split('\n')[0],), |
|
551 | 'Python %s\n' % (sys.version.split('\n')[0],), | |
552 | 'Type "copyright", "credits" or "license" for more information.\n\n', |
|
552 | 'Type "copyright", "credits" or "license" for more information.\n\n', | |
553 |
'IPython |
|
553 | 'IPython {version} ({name}) -- An enhanced Interactive Python.\n'.format( | |
|
554 | version=release.version, | |||
|
555 | name=release.unformal_name | |||
|
556 | ), | |||
554 | quick_guide |
|
557 | quick_guide | |
555 | ] |
|
558 | ] | |
556 |
|
559 |
General Comments 0
You need to be logged in to leave comments.
Login now