[issue30444] Add ability to change "-- more --" text in pager module

2017-07-08 Thread Gautam krishna.R
Gautam krishna.R added the comment: Thank you! closing this due to inncativity.. -- stage: -> resolved status: open -> closed ___ Python tracker ___

[issue30444] Add ability to change "-- more --" text in pager module

2017-05-27 Thread Raymond Hettinger
Raymond Hettinger added the comment: My preference is to keep pydoc focused on its primary task. This proposal seems like "feature creep" and the benefit is of questionable importance. -- nosy: +rhettinger ___ Python tracker

[issue30444] Add ability to change "-- more --" text in pager module

2017-05-27 Thread Gautam krishna.R
Gautam krishna.R added the comment: Yes even if it was built for PyDoc why cant we can extend its functionality to make it work with others too, Without breaking its current functionality... -- ___ Python tracker

[issue30444] Add ability to change "-- more --" text in pager module

2017-05-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: pydoc.pager() is not a public API. This is an internal function of the pydoc module. The stdlib does not have a benefit from adding this feature. -- nosy: +serhiy.storchaka ___ Python tracker

[issue30444] Add ability to change "-- more --" text in pager module

2017-05-23 Thread Gautam krishna.R
Gautam krishna.R added the comment: While i was working on one of my personal project i thought of using pager module for piping the output in the terminal, please see the issue: https://github.com/gautamkrishnar/socli/issues/46 Adding ability to modify "-- more --" (statically specified text

[issue30444] Add ability to change "-- more --" text in pager module

2017-05-23 Thread Steven D'Aprano
Steven D'Aprano added the comment: Can you please explain why you need to change the --more-- text in the pager? I haven't been able to find any way to change the "--more--" prompt in the shell commands `less` and `more`, and remember that the pager will under some circumstances use one of

[issue30444] Add ability to change "-- more --" text in pager module

2017-05-23 Thread Gautam krishna.R
Changes by Gautam krishna.R : -- pull_requests: +1857 ___ Python tracker ___ ___

[issue30444] Add ability to change "-- more --" text in pager module

2017-05-23 Thread Gautam krishna.R
New submission from Gautam krishna.R: Need ability to change the text -- components: +Library (Lib) title: Add ability to change "-- more -- -> Add ability to change "-- more --" text in pager module type: -> enhancement ___ Python tracker

[issue30444] Add ability to change "-- more --

2017-05-23 Thread Gautam krishna.R
Changes by Gautam krishna.R : -- nosy: Gautam krishna.R priority: normal severity: normal status: open title: Add ability to change "-- more -- ___ Python tracker