Commit 278f002
authored
[python] adjust ipykernel raw_input docstring (#11069)
<!-- Thank you for submitting a pull request.
If this is your first pull request you can find information about
contributing here:
* https://github.com/posit-dev/positron/blob/main/CONTRIBUTING.md
We recommend synchronizing your branch with the latest changes in the
main branch by either pulling or rebasing.
-->
<!--
Describe briefly what problem this pull request resolves, or what
new feature it introduces. Include screenshots of any new or altered
UI. Link to any GitHub issues but avoid "magic" keywords that will
automatically close the issue. If there are any details about your
approach that are unintuitive or you want to draw attention to, please
describe them here.
-->
### Release Notes
<!--
Optionally, replace `N/A` with text to be included in the next release
notes.
The `N/A` bullets are ignored. If you refer to one or more Positron
issues,
these issues are used to collect information about the feature or
bugfix, such
as the relevant language pack as determined by Github labels of type
`lang: `.
The note will automatically be tagged with the language.
These notes are typically filled by the Positron team. If you are an
external
contributor, you may ignore this section.
-->
#### New Features
- N/A
#### Bug Fixes
- #9640 Help calls for Python's builtin `input()` function include
explanation of `ipykernel.kernelbase.Kernel.raw_input` involvement.
### QA Notes
in the console
```python
help(input)
```
brings up info about why `raw_input` is being shown
<img width="468" height="331" alt="Screenshot 2025-12-11 at 5 09 31 PM"
src="https://github.com/user-attachments/assets/93b59b80-2a10-46f5-9bed-d29358b91884"
/>1 parent 5c82baf commit 278f002
File tree
1 file changed
+19
-0
lines changed- extensions/positron-python/python_files/posit/positron
1 file changed
+19
-0
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
761 | 763 | | |
762 | 764 | | |
763 | 765 | | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
764 | 771 | | |
765 | 772 | | |
766 | 773 | | |
| |||
872 | 879 | | |
873 | 880 | | |
874 | 881 | | |
| 882 | + | |
| 883 | + | |
875 | 884 | | |
876 | 885 | | |
877 | 886 | | |
| |||
974 | 983 | | |
975 | 984 | | |
976 | 985 | | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
977 | 996 | | |
978 | 997 | | |
979 | 998 | | |
| |||
0 commit comments