pyreadline: experimental multiline code paste. Warning: Will ALWAYS execute the paste code regardless of trailing newline. Also removes any empty lines.

This commit is contained in:
jstenar
2006-01-31 20:55:35 +00:00
parent 0741887eac
commit c3174750c8
3 changed files with 104 additions and 50 deletions
+8
View File
@@ -1,3 +1,11 @@
2006-01-31 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Added experimental mulitline paste. Thís version ALWAYS adds
a final newline so there is what you paste is always executed!!!
* Moved win32paste config parameters from module level into
readline class (in preparation for adding config file parameter)
* Added svn url to long description
2006-01-29 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* Moved exit key (control-D) logic to separate key dispatch handler