nickesk / pyactiveresource

Automatically exported from code.google.com/p/pyactiveresource
Other
0 stars 0 forks source link

No public method to get/set timeout and connection #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. access the protected class attribute directly is less pythonic.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
linux

Please provide any additional information below.
public accessors would be better.

Original issue reported on code.google.com by i3dmas...@gmail.com on 28 Aug 2008 at 10:47

GoogleCodeExporter commented 9 years ago
connection is now available as a readonly property, timeout is available as a
read-write property. (Both of these are class properties)

Original comment by mark.r.r...@gmail.com on 10 Nov 2008 at 5:13