Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34f69ee

Browse filesBrowse files
committed
Windows modifications branch
1 parent dded948 commit 34f69ee
Copy full SHA for 34f69ee

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/__init__.py‎

Copy file name to clipboardExpand all lines: bpython/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323

24-
__version__ = '0.9.6.2'
24+
__version__ = 'windows-latest'
2525

2626

2727
def embed(locals_=None, args=['-i', '-q'], banner=None):
Collapse file

‎bpython/gtk_.py‎

Copy file name to clipboardExpand all lines: bpython/gtk_.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def main(args=None):
754754
bpython.args.exec_code(interpreter, exec_args)
755755
return 0
756756

757-
sys.stderr = repl_widget
757+
# sys.stderr = repl_widget
758758
sys.stdout = repl_widget
759759

760760
if not options.socket_id:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.