[Pywikipedia-l] [Pywikipedia-svn] SVN: [6738] trunk/pywikipedia/wikipedia.py

Francesco Cosoleto cosoleto at gmail.com
Sat May 2 14:34:18 UTC 2009


shizhao at svn.wikimedia.org ha scritto:
> -        if lestart != None: params['lestart'] = lestart
> -        if leend != None: params['leend'] = leend
> -        if leend != None: params['leuser'] = leuser
> -        if leend != None: params['letitle'] = letitle
> +        if lestart is not None: params['lestart'] = lestart
> +        if leend is not None: params['leend'] = leend
> +        if leend is not None: params['leuser'] = leuser
> +        if leend is not None: params['letitle'] = letitle

I have triple vision but I do not drink. ^^

PS.
"svn diff" is a nice command.

-- 
Francesco Cosoleto

"La mente umana fa l'abitudine a qualsiasi aberrazione" (Roberto Benigni)




More information about the Pywikipedia-l mailing list