[issue38048] unususal behavior

2019-09-08 Thread Gaurav Kumar Pandit
Gaurav Kumar Pandit added the comment: Oh thanks.May I know the typo error Sent from Mail for Windows 10 From: Zachary Ware Sent: 08 September 2019 02:24 AM To: grvkmrpan...@gmail.com Subject: [issue38048] unususal behavior Zachary Ware added the comment: To reiterate, there is no bug in

[issue38048] unususal behavior

2019-09-07 Thread Zachary Ware
Zachary Ware added the comment: To reiterate, there is no bug in Python here. The code that you attached here has a typo that turns this example into an infinite loop, and the Windows Command Prompt will happily take any input and echo it, even though Python is not actually consuming any of

[issue38048] unususal behavior

2019-09-07 Thread Steven D'Aprano
Steven D'Aprano added the comment: Hi Gaurav, It is very unlikely that you have "discovered a bug in Python". Millions of people use Python every day, and the chances that you will have noticed something that everyone else has missed is tiny. More likely you have misunderstood something.

[issue38048] unususal behavior

2019-09-07 Thread Gaurav Kumar Pandit
Gaurav Kumar Pandit added the comment: The programme has detected a bug in python .For This reson I am using c++ not python. Useless python bsdk Sent from Mail for Windows 10 From: Eric V. Smith Sent: 07 September 2019 12:38 PM To: grvkmrpan...@gmail.com Subject: [issue38048] unususal

[issue38048] unususal behavior

2019-09-07 Thread Eric V. Smith
Eric V. Smith added the comment: This forum is for reporting bugs in python, not for getting help with writing python programs. I suggest you ask about this on the python-tutor mailing list: https://mail.python.org/mailman/listinfo/tutor Good luck! -- nosy: +eric.smith resolution:

[issue38048] unususal behavior

2019-09-07 Thread Gaurav Kumar Pandit
New submission from Gaurav Kumar Pandit : when I run the programme the cursur is blinking and is taking many number of inputs but in the source code I have not written any syntax for taking input -- components: Windows files: test.py messages: 351286 nosy: Gaurav Kumar Pandit, paul.moo