Update readme by zware · Pull Request #21 · python/cpython
These include spelling/grammar fixes, removing some outdated prose, updating some superceded prose, and adding/cleaning up some links.
zware
deleted the
update_readme
branch
zware
mentioned this pull request
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request
21: warn for keys/items/values/range r=ltratt a=nanjekyejoannah I think I was over-thinking the solution with flags at synbol table generation. I found a simple check at the AST that checks correctness of values assigned to wanr for things like "True" and other keywords and used this check to warn for these calls. This warns for `keys/values/items/range`: Accurate when the statement is in an assignment: `x = range(20)` ` y = d.keys()` Co-authored-by: Joannah Nanjekye <jnanjeky@unb.ca>
jaraco pushed a commit to jaraco/cpython that referenced this pull request
This was referenced
Qanux
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters