• Guido van Rossum's avatar
    Fix a few problems with the _Printer class and the license variable. · f19a7ac2
    Guido van Rossum yazdı
    1. repr(license) will no longer print to stdout and read from stdin;
    you have to use license().  `license` is a short message explaining
    this.
    
    2. Use lazy initialization so that startup isn't slowed down by the
    search for the LICENSE file.
    
    3. repr(license) actually returns the desired string, rather than
    printing to stdout and returning ''.  (Why didn't we think of this
    before?)
    
    4. Use the pythonlabs license URL as the license fallback instead of
    the CNRI license handle.
    f19a7ac2
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...