[Zope] nitpick
Andy McKay
andym@ActiveState.com
Thu, 21 Sep 2000 13:10:50 -0700
Change
File: \lib\python\App\Management.py
Line: 178
From:
return join(out,' / ')
To:
return join(out,'/')
:)
----- Original Message -----
From: "Jason Cunliffe" <jasonic@nomadicsltd.com>
To: "Andy McKay" <andym@activestate.com>; <zope@zope.org>
Sent: Thursday, September 21, 2000 12:49 PM
Subject: Re: [Zope] nitpick
> No. It drives me crazy all the time too
>
> patch welcome!
>
> - Jason
>
> > Why does an objects url have spaces in it? eg: /foo / bar / article....
If
> > you ever copy and paste this, you then have to delete the spaces. Am I
the
> > only one who finds this annoying. Hack coming up :)
> > --
> > Andy McKay, Developer.
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>