This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: remove unused vars in Lib/turtledemo module
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: thatiparthy, vstinner
Priority: normal Keywords: patch

Created on 2018-10-21 20:52 by thatiparthy, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 10033 merged thatiparthy, 2018-10-21 20:56
PR 10044 closed eamanu, 2018-10-22 20:59
Messages (2)
msg328250 - (view) Author: Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి) (thatiparthy) * Date: 2018-10-22 12:13
This PR removes the variables which are no longer used.
msg328397 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-10-24 22:45
Thanks శ్రీనివాస్ రెడ్డి తాటిపర్తి for your fix ;-)
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79220
2018-10-24 22:45:45vstinnersetnosy: + vstinner
messages: + msg328397
2018-10-24 22:45:27vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-10-22 20:59:05eamanusetpull_requests: + pull_request9383
2018-10-22 12:13:57thatiparthysetmessages: + msg328250
2018-10-21 20:56:17thatiparthysetkeywords: + patch
stage: patch review
pull_requests: + pull_request9371
2018-10-21 20:52:39thatiparthycreate