> I tried pypissh 1.1.  When I ran it with no arguments, it produced this
> result:
> 
> Traceback (most recent call last):
>  File "pypissh.py", line 85, in <module>
>    f = urlopen('httpssh://[email protected]/pypi')
>  File "pypissh.py", line 74, in urlopen
>    return _opener.open(req, data, timeout)
>  File "pypissh.py", line 57, in open
>    if req.get_full_url().startswith(_badprefix):
> AttributeError: 'str' object has no attribute 'get_full_url'

Thanks for the report. I hadn't tested __main__ in a while: I have now
restored that in cd88f3c7fed9.

There are apparently still interactions with the ssh output;
unfortunately, I haven't been able to reproduce them after the first
failure.

Regards,
Martin
_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to