dksaldasd

This commit is contained in:
Bob Farrell
2008-04-30 18:48:21 +01:00
parent 8c00dfd996
commit 45e44807fa
2 changed files with 7 additions and 1 deletions
+7
View File
@@ -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.
-1
View File
@@ -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 ] )