X Tutup
Skip to content

Commit 61deda0

Browse files
committed
Remove really old and unused method.
1 parent 2d7b0b8 commit 61deda0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

bpython/repl.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -610,14 +610,6 @@ def pastebin(self):
610610
paste_url = paste_url_template.safe_substitute(paste_id=paste_id)
611611
self.statusbar.message('Pastebin URL: %s' % (paste_url, ), 10)
612612

613-
def make_list(self, items):
614-
"""Compile a list of items. At the moment this simply returns
615-
the list; it's here in case I decide to add any more functionality.
616-
I originally had this method return a list of items where each item
617-
was prepended with a number/letter so the user could choose an option
618-
but it doesn't seem appropriate for readline-like behaviour."""
619-
return items
620-
621613
def push(self, s, insert_into_history=True):
622614
"""Push a line of code onto the buffer so it can process it all
623615
at once when a code block ends"""

0 commit comments

Comments
 (0)
X Tutup