Configurable width and height for REPL printing in 3.8 #25559
mrdziuban
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The switch to pprint in the 3.8 REPL provides some nice improvements, but I would like to be able to change the default print width of 100 and height of 50, maybe with new settings like
-Xrepl-print-widthand-Xrepl-print-height.@bishabosha also suggested in #24111 (comment) that the default width could reuse the
-pagewidthif that would be preferable to a new option.Beta Was this translation helpful? Give feedback.
All reactions