Change by Archana Pandey :
--
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
New submission from Archana Pandey :
use of setwinsize function returns empty if the values of rows and cols
differes from(24,80).
Issue occurs only on SLES 12.4.
sample code:
#!/usr/bin/env python
from pexpect import pxssh
try:
s = pxssh.pxssh()
hostname = 'someIp'
New submission from Archana Pandey:
List is mutable with += operator. But the same cannot be achieved when we use
arithmatic + and assignment = operator used
Please Find the attached python module
--
components: Windows
files: Operator_bug_python.py
messages: 231633
nosy: archi-pandey