mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
Forgot to include the CHANGELOG, as usual.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
v0.7.0
|
||||
======
|
||||
C-d behaviour changed so it no longer exits if the current line isn't empty.
|
||||
|
||||
Extra linebreak added to end of stdout flush.
|
||||
|
||||
v0.6.4
|
||||
======
|
||||
KeyboardInterrupt handler clears the list window properly now.
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# bpython 0.6.4::fancy curses interface to the Python repl::Bob Farrell 2008
|
||||
# bpython 0.7.0::fancy curses interface to the Python repl::Bob Farrell 2008
|
||||
#
|
||||
# The MIT License
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user