mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 15:40:17 +00:00
dksaldasd
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
v0.3.2
|
||||
======
|
||||
Thanks to Aaron Gallagher for pointing out a case where the hugely
|
||||
inefficient list generation routines were actually making a significant
|
||||
issue; they're much more efficient now and should hopefully not cause
|
||||
any more problems.
|
||||
|
||||
v0.3.1
|
||||
======
|
||||
Thanks to Klaus Alexander Seis for the expanduser() patch.
|
||||
|
||||
@@ -398,7 +398,6 @@ class Repl:
|
||||
items_t = items[:]
|
||||
items = items_t[:1]
|
||||
while len(items) != len(items_t):
|
||||
DEBUG( str(opth) + ':' + str(max_h) )
|
||||
trunc = True
|
||||
wl, l, optw, opth = calc_lsize( 0.6 ) # bllllaaarrgghhh
|
||||
items.append( items_t[ len(items) -1 ] )
|
||||
|
||||
Reference in New Issue
Block a user