New submission from sagar :
please provide clear screen option in windows idle.
clear screen means moving command line to start of the page.
--
assignee: terry.reedy
components: IDLE
messages: 369870
nosy: sagarkancharlas, terry.reedy
priority: normal
severity: normal
status: open
New submission from Sagar :
Below are the logs:
>>> dat = '"10GE" "4x" "AMPC" "B3" "BUILTIN" "DOWN" "LU" "SFP+" "ether" "xe"
>>> "DOWN" "MPC" "B
New submission from Sagar Pant :
The return value of a function that is potentially used to initialize a local
variable is not checked. Therefore, reading the local variable may result in
undefined behavior.
Our AI analyzer found that this function is called for a total of 43 times. Out
of
New submission from Sagar Pant :
The return value of a function that is potentially used to initialize a local
variable is not checked. Therefore, reading the local variable may result in
undefined behavior.
Our AI analyzer flagged it to be a potential bug as it found another usage of
the
Change by Sagar Pant :
--
components: +Library (Lib) -C API
___
Python tracker
<https://bugs.python.org/issue42034>
___
___
Python-bugs-list mailing list
Unsub
Change by Sagar Pant :
--
components: +Library (Lib) -C API
___
Python tracker
<https://bugs.python.org/issue42036>
___
___
Python-bugs-list mailing list
Unsub
Sagar Pant added the comment:
Bumping this up for updates.
--
___
Python tracker
<https://bugs.python.org/issue42036>
___
___
Python-bugs-list mailing list
Unsub
Sagar Pant added the comment:
Bumping this up for updates.
--
___
Python tracker
<https://bugs.python.org/issue42034>
___
___
Python-bugs-list mailing list
Unsub
New submission from Sagar Kar:
In [108]: os.mkdir('newdir') # make new dir
In [140]: p = os.path.abspath('newdir')
In [141]: p
Out[141]:
'/media/sagarkar10/sdrive/programing/python/SciPy/scipy-notebook/newdir'
## here 'newdir' is also a directory with