> > "%s, %02d %3s %4d %02d:%02d:%02d GMT" % (self.weekdayname[wd], > > day, > > self.monthname[month], year, > > hh, mm, ss) > > This one is part of the small percent that uses formatting codes. It > wouldn't be rocket science to integrate formatting codes with the "$" > notation $02d{day} but it would also be fine if this involved a call to > textutils.printf() But if you support $02d{day} you should also support $d{day}, but that already means something different (the variable 'd' followed by '{day}'). --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4