Change by Gautam Chaudhuri :
--
nosy: +quantum
___
Python tracker
<https://bugs.python.org/issue4442>
___
___
Python-bugs-list mailing list
Unsubscribe:
Gautam Chaudhuri added the comment:
I've submitted a PR making the changes suggested by Terry. Any
feedback/suggestions on the PR would be highly appreciated.
--
Gautam Chaudhuri
--
___
Python tracker
<https://bugs.python.org/is
Change by Gautam Chaudhuri :
--
keywords: +patch
pull_requests: +26238
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/27762
___
Python tracker
<https://bugs.python.org/issu
Change by Gautam Chaudhuri :
--
nosy: +quantum
___
Python tracker
<https://bugs.python.org/issue44903>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Gautam Chaudhuri :
--
pull_requests: +26236
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/27760
___
Python tracker
<https://bugs.python.org/issu
Gautam Chaudhuri added the comment:
I've rewritten woparry's patch so that it targets the current codebase as well
as fixing the issues that Mark mentioned. It appears that the range checks on
`to_bytes` have already been added to the documentation so I haven't added
t
Nishant Gautam added the comment:
a = 10
b = 10
if (a >= b) & (a & b) & (a == b):
print("Yes")
else:
print("No")
Output: No
This is the bug because all then condition in if is true but it print No, This
is the vulnerability of this
Change by Nishant Gautam :
--
type: -> security
___
Python tracker
<https://bugs.python.org/issue42490>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Nishant Gautam :
Python does not understand not condition
--
files: main.py
messages: 381987
nosy: Kshitish
priority: normal
severity: normal
status: open
title: Business Logical Error
versions: Python 3.8
Added file: https://bugs.python.org/file49630/main.py
New submission from Nishant Gautam :
Python language have some to solve mathematical problem. It gives wrong answer.
This is the vulnerability, if you think this the vulnerability for your
language. Remember this is the mathematical error and no computer language
effort this. Otherwise it
Change by Nishant Gautam :
Added file: https://bugs.python.org/file49622/Screenshot 2020-11-25 181647.png
___
Python tracker
<https://bugs.python.org/issue42462>
___
___
New submission from Nishant Gautam :
Wrong Output
--
components: Windows
files: Screenshot 2020-11-25 161636.png
messages: 381821
nosy: Kshitish, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Unacceptable Output
type: behavior
Change by Nishant Gautam :
Added file: https://bugs.python.org/file49620/Logic.jpg
___
Python tracker
<https://bugs.python.org/issue42460>
___
___
Python-bugs-list mailin
New submission from Nishant Gautam :
The python give wrong output
--
files: PROOF.jpg
messages: 381806
nosy: Kshitish
priority: normal
severity: normal
status: open
title: Wrong Output
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file49619/PROOF.jpg
New submission from Nishant Gautam :
The Python language does not the program
--
components: Windows
files: PROVE.jpg
messages: 381797
nosy: Kshitish, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Wrong Output
type: crash
versions
New submission from Nishant Gautam :
The python programming give wrong output. If any algorithm develop in python
then, may be that will be affected by this.
--
files: 0_PROOF.png
hgrepos: 394
messages: 381787
nosy: Kshitish
priority: normal
severity: normal
status: open
title
New submission from Gautam :
Hi
Python in my Laptop used to work well but now a days i is not working in fact
it wont even start. Even after pressing it for half an hour no screen would
appear
pls check
--
components: Windows
messages: 353482
nosy: Rick Grimes, paul.moore
Shivank Gautam added the comment:
Hey Tal, I am extremely sorry for all delay. actually, due to internship and my
university exams, I am unable to dedicate my time to bug(#35052). please
consider it and you can tell Charalampos Stratakis in the bug to push his
prepared pull request.
I hope
Shivank Gautam added the comment:
I just want to update that i was not able to work more in last two days as i
was busy in some personal work. now i am on it and will update something soon.
Sorry for delay :)
--
___
Python tracker
<ht
Shivank Gautam added the comment:
I See, I need to find out for what test case `_clone_node()` will show
unexpected behaviour, which will verify that it is a bug and we also need a
test code to in test_minidom.py just to verify the behaviour.
am I going in right direction Tai
Shivank Gautam added the comment:
Oh Sorry, it was like was more like a question.
running test_minidom.py is giving an error for both (1 and 2), i am not sure
even if "testRemoveAttributeNode (__main__.MinidomTest)" is related to
_clone_node or not.
should i first try solve for
Shivank Gautam added the comment:
now when I am running test_minidom.py for both 1,2
1: e._call_user_data_handler(operation, n, entity)
2: n._call_user_data_handler(operation, n, notation)
I am receiving the same following result.
FAIL: testRemoveAttributeNode (__main__.MinidomTest
Shivank Gautam added the comment:
>I want to help in
*need help in
--
___
Python tracker
<https://bugs.python.org/issue35052>
___
___
Python-bugs-list mai
Shivank Gautam added the comment:
Oh, I see, so I believe that's where my learning of CPython is going to start.
can anyone help me in completing this? what I understood till now is in
minidom.py we need to change line 1924. else it, we need to create a test. I
want to help in what sho
Shivank Gautam added the comment:
*1924--> n._call_user_data_handler(operation, n, notation)
--
___
Python tracker
<https://bugs.python.org/issu
Shivank Gautam added the comment:
Thanks, Charalampos :)
I would be thankful if you or Serhiy can help me a little bit.
so do I need to just do the following work?
1924--> n._call_user_data_handler(operation, n, entity)
--
___
Python trac
Shivank Gautam added the comment:
Hey,
I am starting my journey with the contribution to CPython. and this is i think
i can do these changes. if Charalampos is not there to work on it. i would like
to try this.
--
nosy: +shivank98
___
Python
Gautam krishna.R added the comment:
Thank you! closing this due to inncativity..
--
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
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
<http://bugs.python.org/issue30
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 spec
Changes by Gautam krishna.R :
--
pull_requests: +1857
___
Python tracker
<http://bugs.python.org/issue30444>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
___
Changes by Gautam krishna.R :
--
nosy: Gautam krishna.R
priority: normal
severity: normal
status: open
title: Add ability to change "-- more --
___
Python tracker
<http://bugs.python.org/is
33 matches
Mail list logo