The Wayback Machine - https://web.archive.org/web/20210304005518/https://github.com/topics/dlr
Skip to content
#

dlr

Here are 20 public repositories matching this topic...

slozier
slozier commented Oct 14, 2020

Inconsistent use of tabs and spaces in indentation is no longer allowed. With Python 2 this was allowed, but could be guarded again using the -t (or -tt) command line argument.

This should always throw:

compile("try:\n\t1/0\n    \t1/0\nfinally:\n pass\n", '<string>', 'exec')

Things to do:

  • Ignore -t and -tt command line arguments
  • Remove -t and -tt from c

Improve this page

Add a description, image, and links to the dlr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dlr topic, visit your repo's landing page and select "manage topics."

Learn more