ask-compu / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Support for the created_at attribute in the User object #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an authenticated instance of the Python Twitter Api class
2. Get a user object from Twitter
3. Try to access the created_at attribute of the user object

What is the expected output? What do you see instead?
A string with the date and time of creating should be the expected output.
I get instead an attribute error saying that the created_at attribute does
not exist in the User object.

What version of the product are you using? On what operating system?
0.7-devel / SVN HEAD

Please provide any additional information below.

I've implemented it but I'm missing the test. I'll submit a patch with the
implementation and the test at any moment now.

Original issue reported on code.google.com by gnr...@gmail.com on 4 Sep 2009 at 3:27

GoogleCodeExporter commented 9 years ago
committed changeset 231:f05f75b6f983

Original comment by bear42 on 16 Apr 2011 at 11:02