File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # 2.5.1 (November TBD , 2024)
1
+ # 2.5.1 (November 2 , 2024)
2
2
* Bug Fixes
3
3
* Fixed readline bug when using ` ipy ` command with ` gnureadline ` and Python 3.13
4
4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ attribute. This contains the string which should be printed as a prompt
11
11
for user input. See the Pirate _ example for the simple use case of statically
12
12
setting the prompt.
13
13
14
- .. _Pirate : https://github.com/python-cmd2/cmd2/blob/master/examples/pirate.py#L33
14
+ .. _Pirate : https://github.com/python-cmd2/cmd2/blob/master/examples/pirate.py#L39
15
15
16
16
Continuation Prompt
17
17
-------------------
@@ -24,7 +24,7 @@ subsequent lines of input is defined by the
24
24
:attr: `cmd2.Cmd.continuation_prompt ` attribute.See the Initialization _ example
25
25
for a demonstration of customizing the continuation prompt.
26
26
27
- .. _Initialization : https://github.com/python-cmd2/cmd2/blob/master/examples/initialization.py#L33
27
+ .. _Initialization : https://github.com/python-cmd2/cmd2/blob/master/examples/initialization.py#L42
28
28
29
29
Updating the prompt
30
30
-------------------
@@ -34,7 +34,7 @@ the :ref:`Application Lifecycle Hooks <features/hooks:Hooks>` such as a
34
34
:ref: `Postcommand hook <features/hooks:Postcommand Hooks >`. See
35
35
PythonScripting _ for an example of dynamically updating the prompt.
36
36
37
- .. _PythonScripting : https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py#L34-L48
37
+ .. _PythonScripting : https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py#L38-L55
38
38
39
39
Asynchronous Feedback
40
40
---------------------
You can’t perform that action at this time.
0 commit comments