[Zope3-checkins] CVS: Zope3/src/zope/app/fssync - committer.py:1.1

Guido van Rossum guido@python.org
Wed, 28 May 2003 14:02:44 -0400


> Guido van Rossum wrote:
> >     def report_conflict(self, fspath):
> 
> >     def get_errors(self):
> > 
> >     def synch_dir(self, container, fspath):
> 
> I've been notificing that this code doesn't use camelCase method
> names, as is the convention for Zope 3 sources. Is there any
> particular reason for this or just a historical accident?
> The inconsistency could get confusing.

This is just my personal style, I'd forgotten about the Zope 3 style
rule.  I'll mend my way, but there are bigger fish to be fried in this
code.  I hope I don't have to fix this for my test suites?

--Guido van Rossum (home page: http://www.python.org/~guido/)