Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Repository
46ac8eb3c899b498299a2f8fbcdd4ed3f32addba
Switch branch/tag
cpython
Lib
cgi.py
Find file
Blame
History
Permalink
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
· 46ac8eb3
Raymond Hettinger
authored
Jun 30, 2002
46ac8eb3
cgi.py
33.2 KB
Edit
Web IDE
Replace cgi.py
×
Attach a file by drag & drop or
click to upload
local_assigns[:label_text] || Commit message
Replace cgi.py
Replace file
Cancel
A new branch will be created in your fork and a new merge request will be started.