The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
[py3] Replaced raw_input by input
The six addition has been borrowed from: https://bitbucket.org/gutworth/six/changeset/733ef740
by
Nick the Sea Slug 2012-08-08 17:08:05 UTC
commit b8e49d70f2bbbb9008dbbf9d8b0dee46dcf25fa6
Django
django/contrib/auth/management/__init__.py
+2
-3
django/contrib/auth/management/commands/createsuperuser.py
+2
-3
django/contrib/contenttypes/management.py
+1
-2
django/contrib/staticfiles/management/commands/collectstatic.py
+1
-2
django/core/management/commands/flush.py
+1
-2
django/db/backends/creation.py
+1
-2
django/db/backends/oracle/creation.py
+2
-3
django/db/backends/sqlite3/creation.py
+1
-2
django/utils/six.py
-1
expand_less