[pypy-dev] py.path.svnwc stopped working for me

Carl Friedrich Bolz cfbolz at gmx.de
Fri Jul 10 07:08:39 CEST 2009


Christian Tismer wrote:
> def psycofiles():
>      path = py.path.svnwc(os.pardir)
>      for p in path.visit(lambda x: x.check(versioned=1)):
>          if p.check(dir=1):
>              print p
>          else:
>              yield p.relto(path).replace('\\', '/')
> 
> stopped working.

1. This is the wrong mailing list to discuss this. use py-dev instead
2. "stopped working" is not exactly a useful error description. what did 
you expect to happen, what happened instead, which py-lib version are 
you using?

> I don't want to know why.

then why are you sending a mail at all?

[vitriolic rant snipped]

Carl Friedrich



More information about the Pypy-dev mailing list