FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix Python 2.6 build · pythonthings/bpython@dbba924 · GitHub

Commit dbba924

Browse files
fix Python 2.6 build
1 parent 6b1d291 commit dbba924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/test/test_repl.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_methods_of_expressions(self):
234234
self.set_input_line("'a'.capitalize(")
235235
self.assertTrue(self.repl.get_args())
236236

237-
self.set_input_line("(1 + 1).bit_length(")
237+
self.set_input_line("(1 + 1.1).as_integer_ratio(")
238238
self.assertTrue(self.repl.get_args())
239239

240240

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL