Message271910
A cosmetic bug was noticed when executing os.chdir() in IDLE. When inputting a raw string path in os.chdir() using autocompletion the last directory in the path will remain black if the user presses enter while the autocompletion drop down list is still open. The bug seems to affect only single quoted strings. To reproduce the bug input a raw single quoted string into os.chdir(); select directories through the drop down autocomplete list using Tab; once the destination directory is reached do not make the drop down list disappear, instead after selecting the destination directory type in the closing single quote and brace and hit enter: the final directory in the path will remain black and not turn green. (image file has been added to showcase bug). |
|
Date |
User |
Action |
Args |
2016-08-03 15:11:43 | egerosa | set | recipients:
+ egerosa, terry.reedy |
2016-08-03 15:11:43 | egerosa | set | messageid: <1470237103.73.0.416964160416.issue27675@psf.upfronthosting.co.za> |
2016-08-03 15:11:43 | egerosa | link | issue27675 messages |
2016-08-03 15:11:43 | egerosa | create | |
|