Re: Search facility for new documentation

2008-08-30 Thread Ronny Haryanto
On Sun, Aug 31, 2008 at 12:22 AM, Fraser Nevett <[EMAIL PROTECTED]> wrote: > The new documentation site is great, but is currently lacking a search > facility. If you do 'make html' in the docs directory you'll get a search facility provided by sphinx. It's just that the resulting links are missi

Re: '"%s/" % var' preferred to 'var + "/"'?

2008-08-21 Thread Ronny Haryanto
On Thu, Aug 21, 2008 at 10:41 PM, Joost Cassee <[EMAIL PROTECTED]> wrote: > Just a quick question to set my head right for future Django > contributions. Why is "%s/" % var better than var + '/'? I can think > of some reasons: 1) consistency with other code, 2) certainty of > string concatenation.