[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:18381] RFS: python-twitter



こんにちは。あかべです。
いつもお世話になっております。

python-twitter パッケージについて、現在のメンテナーからの承諾を得ること
ができたため [1]、メンテナーを引き継いでパッケージを更新したいと考えてい
ます。
新しいパッケージ(0.8.2-1)を mentors にアップロードしたので、どなたかスポ
ンサーになって頂けませんか?
http://mentors.debian.net/debian/pool/main/p/python-twitter/python-twitter_0.8.2-1.dsc

主な更新内容:
* 上流の最新版への追従 (#587749)
* compat 5 -> 9 及び d/rules の書き直し
* d/copyright の dep5 による書き直し
* dep3 に従ったパッチの作成 (#664376)
* d/doc-base の作成

Build-Depends では、requires.txt による依存パッケージの解析のため、ビル
ドそのものには必要がないパッケージ(python-simplejson, python-oauth2)に依
存しています。
パッケージではDMアップロードを有効化しています。

debian/以下の差分を添付したので、確認おねがいします。

[1] http://lists.debian.org/debian-devel/2012/09/msg00563.html
--
Koichi Akabe
 vbkaisetsu at {gmail.com, debian.or.jp}
diff -urN python-twitter-0.6/debian/changelog python-twitter-0.8.2/debian/changelog
--- python-twitter-0.6/debian/changelog	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/changelog	2012-09-23 23:36:43.687637189 +0900
@@ -1,3 +1,28 @@
+python-twitter (0.8.2-1) unstable; urgency=low
+
+  * New maintainer
+  * New upstream release (Closes: #587749)
+  * debian/compat
+    - up to 9
+  * debian/control
+    - update debhelper (>= 9.0.0)
+    - update Standards-Version to 3.9.4
+    - add dependencies: python-httplib2, python-oauth2
+  * debian/copyright
+    - change to machine readable format
+  * debian/doc-base
+    - add to support doc-base
+  * debian/rules
+    - use dh9
+  * debian/patches
+    - remove old style patches and use 3.0 quilt (Closes: #664376)
+    - add 10_fix_shebang.patch to remove version numbers on shebang from
+      executable scripts and remove shebangs on non-executable scripts
+  * debian/tweet.1
+    - fix spelling error: enviroment environment
+  
+ -- Koichi Akabe <vbkaisetsu@xxxxxxxxx>  Sun, 23 Sep 2012 17:10:25 +0900
+
 python-twitter (0.6-1) unstable; urgency=low
 
   * New upstream release (Closes: #527055)
diff -urN python-twitter-0.6/debian/compat python-twitter-0.8.2/debian/compat
--- python-twitter-0.6/debian/compat	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/compat	2012-08-31 14:49:41.075478708 +0900
@@ -1 +1 @@
-5
+9
diff -urN python-twitter-0.6/debian/control python-twitter-0.8.2/debian/control
--- python-twitter-0.6/debian/control	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/control	2012-09-23 23:35:33.395288640 +0900
@@ -1,20 +1,19 @@
 Source: python-twitter
 Section: python
 Priority: optional
-Maintainer: Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx>
-Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-XS-Python-Version: all
-Build-Depends: debhelper (>= 7), python (>= 2.4.4), python-all-dev, dpatch (>= 2.0.30)
-Build-Depends-Indep: python-setuptools, python-support (>= 1.0.3)
-Standards-Version: 3.8.2
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Koichi Akabe <vbkaisetsu@xxxxxxxxx>
+Build-Depends: debhelper (>= 9.0.0), python (>= 2.6.6-3), python-setuptools, python-httplib2, python-simplejson, python-oauth2
+Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/python-twitter/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-twitter/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-twitter/trunk/?op=log	
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-twitter/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-twitter/trunk/
+X-Python-Version: >= 2.6
+DM-Upload-Allowed: yes
 
 Package: python-twitter
 Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-simplejson (>= 2.0.9)
+Depends: ${python:Depends}, ${misc:Depends}, python-simplejson (>= 2.0.9)
 Suggests: www-browser
 Description: Twitter API wrapper for Python
  This library provides a pure Python interface for the Twitter API.
diff -urN python-twitter-0.6/debian/copyright python-twitter-0.8.2/debian/copyright
--- python-twitter-0.6/debian/copyright	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/copyright	2012-08-31 14:49:41.079476808 +0900
@@ -1,28 +1,43 @@
-This package was debianized by Mauro Lizaur <lavaramano@xxxxxxxxx> on
-Sat, 02 Feb 2008 17:55:12 -0300.
-
-It was downloaded from http://code.google.com/p/python-twitter/
-
-Upstream Author: DeWitt Clinton <dewitt@xxxxxxxxxx>
-
-Copyright (C) 2007 Google Inc.
-
-License:
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-   On Debian systems, a copy of the Apache License, Version 2.0 is available
-   in /usr/share/common-licenses/Apache-2.0
-
-The Debian packaging is © 2008, Mauro Lizaur <lavaramano@xxxxxxxxx> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: python-twitter
+Source: http://code.google.com/p/python-twitter/
+
+Files: *
+Copyright: 2007 The Python-Twitter Developers <python-twitter@xxxxxxxxxxxxxxxx>
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, a copy of the Apache License, Version 2.0 is available
+ in /usr/share/common-licenses/Apache-2.0
+
+Files: debian/*
+Copyright: 2008 Mauro Lizaur <lavaramano@xxxxxxxxx>
+           2012 Koichi Akabe <vbkaisetsu@xxxxxxxxx>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License with
+ the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
+ if not, write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the full text of the GPL can be found in
+ /usr/share/common-licenses/GPL-2
diff -urN python-twitter-0.6/debian/doc-base python-twitter-0.8.2/debian/doc-base
--- python-twitter-0.6/debian/doc-base	1970-01-01 09:00:00.000000000 +0900
+++ python-twitter-0.8.2/debian/doc-base	2012-08-31 15:06:28.273032371 +0900
@@ -0,0 +1,9 @@
+Document: python-twitter
+Title: Python module twitter
+Author: python-twitter@xxxxxxxxxxxxxxxx
+Abstract: Manual for python-twitter
+Section: Network/Communication
+
+Format: HTML
+Index: /usr/share/doc/python-twitter/twitter.html
+Files: /usr/share/doc/python-twitter/*.html
diff -urN python-twitter-0.6/debian/patches/00list python-twitter-0.8.2/debian/patches/00list
--- python-twitter-0.6/debian/patches/00list	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/patches/00list	1970-01-01 09:00:00.000000000 +0900
@@ -1,3 +0,0 @@
-#10_correct-05-doc.dpatch
-20_removes-hashbang.dpatch
-30_removes_hardcoded_interpreter.dpatch
diff -urN python-twitter-0.6/debian/patches/10_correct-05-doc.dpatch python-twitter-0.8.2/debian/patches/10_correct-05-doc.dpatch
--- python-twitter-0.6/debian/patches/10_correct-05-doc.dpatch	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/patches/10_correct-05-doc.dpatch	1970-01-01 09:00:00.000000000 +0900
@@ -1,646 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_correct-05-doc.dpatch by Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Replaces an old documentation (0.4 to 0.5)
-
-@DPATCH@
-
---- python-twitter-0.5.orig/doc/twitter.html	2009-03-17 05:58:14.000000000 -0300
-+++ python-twitter-0.5/doc/twitter.html	2009-03-17 05:59:13.000000000 -0300
-@@ -1,63 +1,65 @@
-+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-+<html><head>
-+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
- 
--<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
--<html><head><title>Python: module twitter</title>
-+<title>Python: module twitter</title>
- </head><body bgcolor="#f0f0f8">
- 
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
--<tr bgcolor="#7799ee">
--<td valign=bottom>&nbsp;<br>
--<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>twitter</strong></big></big> (version 0.4)</font></td
--><td align=right valign=bottom
--><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/dewitt/svn/python-twitter/twitter.py">/home/dewitt/svn/python-twitter/twitter.py</a></font></td></tr></table>
-+<table summary="heading" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#7799ee">
-+<td valign="bottom">&nbsp;<br>
-+<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>twitter</strong></big></big> (version 0.5)</font></td><td align="right" valign="bottom"><font color="#ffffff" face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/";>index</a><br><a href="file:///home/dewitt/svn/python-twitter/twitter.py">/home/dewitt/svn/python-twitter/twitter.py</a></font></td></tr></tbody></table>
-     <p><tt>A&nbsp;library&nbsp;that&nbsp;provides&nbsp;a&nbsp;python&nbsp;interface&nbsp;to&nbsp;the&nbsp;Twitter&nbsp;API</tt></p>
- <p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#aa55cc">
--<td colspan=3 valign=bottom>&nbsp;<br>
--<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#aa55cc">
-+<td colspan="3" valign="bottom">&nbsp;<br>
-+<font color="#fffff0" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
-     
- <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
--<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="md5.html">md5</a><br>
--<a href="os.html">os</a><br>
--<a href="simplejson.html">simplejson</a><br>
--</td><td width="25%" valign=top><a href="tempfile.html">tempfile</a><br>
--<a href="time.html">time</a><br>
--<a href="twitter.html">twitter</a><br>
--</td><td width="25%" valign=top><a href="urllib.html">urllib</a><br>
--<a href="urllib2.html">urllib2</a><br>
--<a href="urlparse.html">urlparse</a><br>
--</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#ee77aa">
--<td colspan=3 valign=bottom>&nbsp;<br>
-+<td width="100%"><table summary="list" width="100%"><tbody><tr><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/base64.html";>base64</a><br>
-+<a href="http://static.unto.net/python-twitter/0.5/doc/md5.html";>md5</a><br>
-+<a href="http://static.unto.net/python-twitter/0.5/doc/os.html";>os</a><br>
-+</td><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/simplejson.html";>simplejson</a><br>
-+<a href="http://static.unto.net/python-twitter/0.5/doc/sys.html";>sys</a><br>
-+<a href="http://static.unto.net/python-twitter/0.5/doc/tempfile.html";>tempfile</a><br>
-+</td><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/time.html";>time</a><br>
-+<a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html";>twitter</a><br>
-+<a href="http://static.unto.net/python-twitter/0.5/doc/urllib.html";>urllib</a><br>
-+</td><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/urllib2.html";>urllib2</a><br>
-+<a href="http://static.unto.net/python-twitter/0.5/doc/urlparse.html";>urlparse</a><br>
-+</td></tr></tbody></table></td></tr></tbody></table></p><p>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#ee77aa">
-+<td colspan="3" valign="bottom">&nbsp;<br>
- <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
-     
- <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
- <td width="100%"><dl>
--<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a>
-+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>__builtin__.object</a>
- </font></dt><dd>
- <dl>
--<dt><font face="helvetica, arial"><a href="twitter.html#Api">Api</a>
--</font></dt><dt><font face="helvetica, arial"><a href="twitter.html#DirectMessage">DirectMessage</a>
--</font></dt><dt><font face="helvetica, arial"><a href="twitter.html#Status">Status</a>
--</font></dt><dt><font face="helvetica, arial"><a href="twitter.html#User">User</a>
-+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#Api";>Api</a>
-+</font></dt><dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#DirectMessage";>DirectMessage</a>
-+</font></dt><dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#Status";>Status</a>
-+</font></dt><dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#User";>User</a>
- </font></dt></dl>
- </dd>
--<dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>
-+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/exceptions.html#Exception";>exceptions.Exception</a>
- </font></dt><dd>
- <dl>
--<dt><font face="helvetica, arial"><a href="twitter.html#TwitterError">TwitterError</a>
-+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#TwitterError";>TwitterError</a>
- </font></dt></dl>
- </dd>
- </dl>
-  <p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#ffc8d8">
--<td colspan=3 valign=bottom>&nbsp;<br>
--<font color="#000000" face="helvetica, arial"><a name="Api">class <strong>Api</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#ffc8d8">
-+<td colspan="3" valign="bottom">&nbsp;<br>
-+<font color="#000000" face="helvetica, arial"><a name="Api">class <strong>Api</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>__builtin__.object</a>)</font></td></tr>
-     
--<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
--<td colspan=2><tt>A&nbsp;python&nbsp;interface&nbsp;into&nbsp;the&nbsp;Twitter&nbsp;API<br>
-+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-+<td colspan="2"><tt>A&nbsp;python&nbsp;interface&nbsp;into&nbsp;the&nbsp;Twitter&nbsp;API<br>
- &nbsp;<br>
- By&nbsp;default,&nbsp;the&nbsp;<a href="#Api">Api</a>&nbsp;caches&nbsp;results&nbsp;for&nbsp;1&nbsp;minute.<br>
- &nbsp;<br>
-@@ -311,33 +313,43 @@
- Args:<br>
- &nbsp;&nbsp;user_agent:&nbsp;a&nbsp;string&nbsp;that&nbsp;should&nbsp;be&nbsp;send&nbsp;to&nbsp;the&nbsp;server&nbsp;as&nbsp;the&nbsp;<a href="#User">User</a>-agent</tt></dd></dl>
- 
--<dl><dt><a name="Api-__init__"><strong>__init__</strong></a>(self, username<font color="#909090">=None</font>, password<font color="#909090">=None</font>, encoding<font color="#909090">='utf-8'</font>)</dt><dd><tt>Instantiate&nbsp;a&nbsp;new&nbsp;twitter.<a href="#Api">Api</a>&nbsp;<a href="__builtin__.html#object">object</a>.<br>
-+<dl><dt><a name="Api-SetXTwitterHeaders"><strong>SetXTwitterHeaders</strong></a>(self, client, url, version)</dt><dd><tt>Set&nbsp;the&nbsp;X-Twitter&nbsp;HTTP&nbsp;headers&nbsp;that&nbsp;will&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;server.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;client:<br>
-+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;client&nbsp;name&nbsp;as&nbsp;a&nbsp;string.&nbsp;&nbsp;Will&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;server&nbsp;as<br>
-+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the&nbsp;'X-Twitter-Client'&nbsp;header.<br>
-+&nbsp;&nbsp;url:<br>
-+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;meta.xml&nbsp;as&nbsp;a&nbsp;string.&nbsp;&nbsp;Will&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;server<br>
-+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;as&nbsp;the&nbsp;'X-Twitter-Client-URL'&nbsp;header.<br>
-+&nbsp;&nbsp;version:<br>
-+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;client&nbsp;version&nbsp;as&nbsp;a&nbsp;string.&nbsp;&nbsp;Will&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;server<br>
-+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;as&nbsp;the&nbsp;'X-Twitter-Client-Version'&nbsp;header.</tt></dd></dl>
-+
-+<dl><dt><a name="Api-__init__"><strong>__init__</strong></a>(self, username<font color="#909090">=None</font>, password<font color="#909090">=None</font>, input_encoding<font color="#909090">=None</font>, request_headers<font color="#909090">=None</font>)</dt><dd><tt>Instantiate&nbsp;a&nbsp;new&nbsp;twitter.<a href="#Api">Api</a>&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>.<br>
- &nbsp;<br>
- Args:<br>
- &nbsp;&nbsp;username:&nbsp;The&nbsp;username&nbsp;of&nbsp;the&nbsp;twitter&nbsp;account.&nbsp;&nbsp;[optional]<br>
- &nbsp;&nbsp;password:&nbsp;The&nbsp;password&nbsp;for&nbsp;the&nbsp;twitter&nbsp;account.&nbsp;[optional]<br>
--&nbsp;&nbsp;encoding:&nbsp;The&nbsp;string&nbsp;encoding&nbsp;being&nbsp;used.&nbsp;[optional,&nbsp;default&nbsp;'utf-8']</tt></dd></dl>
-+&nbsp;&nbsp;input_encoding:&nbsp;The&nbsp;encoding&nbsp;used&nbsp;to&nbsp;encode&nbsp;input&nbsp;strings.&nbsp;[optional]<br>
-+&nbsp;&nbsp;request_header:&nbsp;A&nbsp;dictionary&nbsp;of&nbsp;additional&nbsp;HTTP&nbsp;request&nbsp;headers.&nbsp;[optional]</tt></dd></dl>
- 
- <hr>
--Data descriptors defined here:<br>
--<dl><dt><strong>__dict__</strong></dt>
--<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
--<dl><dt><strong>__weakref__</strong></dt>
--<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
--<hr>
- Data and other attributes defined here:<br>
--<dl><dt><strong>DEFAULT_CACHE_TIMEOUT</strong> = 60</dl>
-+<dl><dt><strong>DEFAULT_CACHE_TIMEOUT</strong> = 60</dt></dl>
- 
--</td></tr></table> <p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#ffc8d8">
--<td colspan=3 valign=bottom>&nbsp;<br>
--<font color="#000000" face="helvetica, arial"><a name="DirectMessage">class <strong>DirectMessage</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
-+<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dt><dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'Api' objects&gt;</dt><dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+</td></tr></tbody></table> </p><p>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#ffc8d8">
-+<td colspan="3" valign="bottom">&nbsp;<br>
-+<font color="#000000" face="helvetica, arial"><a name="DirectMessage">class <strong>DirectMessage</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>__builtin__.object</a>)</font></td></tr>
-     
--<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
--<td colspan=2><tt>A&nbsp;class&nbsp;representing&nbsp;the&nbsp;<a href="#DirectMessage">DirectMessage</a>&nbsp;structure&nbsp;used&nbsp;by&nbsp;the&nbsp;twitter&nbsp;API.<br>
-+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-+<td colspan="2"><tt>A&nbsp;class&nbsp;representing&nbsp;the&nbsp;<a href="#DirectMessage">DirectMessage</a>&nbsp;structure&nbsp;used&nbsp;by&nbsp;the&nbsp;twitter&nbsp;API.<br>
- &nbsp;<br>
- The&nbsp;<a href="#DirectMessage">DirectMessage</a>&nbsp;structure&nbsp;exposes&nbsp;the&nbsp;following&nbsp;properties:<br>
- &nbsp;<br>
-@@ -440,7 +452,7 @@
- 
- <dl><dt><a name="DirectMessage-__eq__"><strong>__eq__</strong></a>(self, other)</dt></dl>
- 
--<dl><dt><a name="DirectMessage-__init__"><strong>__init__</strong></a>(self, id<font color="#909090">=None</font>, created_at<font color="#909090">=None</font>, sender_id<font color="#909090">=None</font>, sender_screen_name<font color="#909090">=None</font>, recipient_id<font color="#909090">=None</font>, recipient_screen_name<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt><dd><tt>An&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;to&nbsp;hold&nbsp;a&nbsp;Twitter&nbsp;direct&nbsp;message.<br>
-+<dl><dt><a name="DirectMessage-__init__"><strong>__init__</strong></a>(self, id<font color="#909090">=None</font>, created_at<font color="#909090">=None</font>, sender_id<font color="#909090">=None</font>, sender_screen_name<font color="#909090">=None</font>, recipient_id<font color="#909090">=None</font>, recipient_screen_name<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt><dd><tt>An&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;to&nbsp;hold&nbsp;a&nbsp;Twitter&nbsp;direct&nbsp;message.<br>
- &nbsp;<br>
- This&nbsp;class&nbsp;is&nbsp;normally&nbsp;instantiated&nbsp;by&nbsp;the&nbsp;twitter.<a href="#Api">Api</a>&nbsp;class&nbsp;and<br>
- returned&nbsp;in&nbsp;a&nbsp;sequence.<br>
-@@ -475,45 +487,120 @@
- &nbsp;&nbsp;A&nbsp;twitter.<a href="#DirectMessage">DirectMessage</a>&nbsp;instance</tt></dd></dl>
- 
- <hr>
--Data descriptors defined here:<br>
--<dl><dt><strong>__dict__</strong></dt>
--<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
--<dl><dt><strong>__weakref__</strong></dt>
--<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
-+Properties defined here:<br>
- <dl><dt><strong>created_at</strong></dt>
- <dd><tt>The&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;posted.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetCreatedAt(self)</dt><dd><tt>Get&nbsp;the&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;posted.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;posted</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetCreatedAt(self, created_at)</dt><dd><tt>Set&nbsp;the&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;posted.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;created_at:&nbsp;The&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;created</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>created_at_in_seconds</strong></dt>
- <dd><tt>The&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;posted,&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetCreatedAtInSeconds(self)</dt><dd><tt>Get&nbsp;the&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;posted,&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;time&nbsp;this&nbsp;direct&nbsp;message&nbsp;was&nbsp;posted,&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>id</strong></dt>
- <dd><tt>The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetId(self)</dt><dd><tt>Get&nbsp;the&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetId(self, id)</dt><dd><tt>Set&nbsp;the&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;id:&nbsp;The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>recipient_id</strong></dt>
- <dd><tt>The&nbsp;unique&nbsp;recipient&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetRecipientId(self)</dt><dd><tt>Get&nbsp;the&nbsp;unique&nbsp;recipient&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;unique&nbsp;recipient&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetRecipientId(self, recipient_id)</dt><dd><tt>Set&nbsp;the&nbsp;unique&nbsp;recipient&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;recipient&nbsp;id:&nbsp;The&nbsp;unique&nbsp;recipient&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>recipient_screen_name</strong></dt>
- <dd><tt>The&nbsp;unique&nbsp;recipient&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetRecipientScreenName(self)</dt><dd><tt>Get&nbsp;the&nbsp;unique&nbsp;recipient&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;unique&nbsp;recipient&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetRecipientScreenName(self, recipient_screen_name)</dt><dd><tt>Set&nbsp;the&nbsp;unique&nbsp;recipient&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;recipient_screen_name:&nbsp;The&nbsp;unique&nbsp;recipient&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>sender_id</strong></dt>
- <dd><tt>The&nbsp;unique&nbsp;sender&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetSenderId(self)</dt><dd><tt>Get&nbsp;the&nbsp;unique&nbsp;sender&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;unique&nbsp;sender&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetSenderId(self, sender_id)</dt><dd><tt>Set&nbsp;the&nbsp;unique&nbsp;sender&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;sender&nbsp;id:&nbsp;The&nbsp;unique&nbsp;sender&nbsp;id&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>sender_screen_name</strong></dt>
- <dd><tt>The&nbsp;unique&nbsp;sender&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetSenderScreenName(self)</dt><dd><tt>Get&nbsp;the&nbsp;unique&nbsp;sender&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;unique&nbsp;sender&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetSenderScreenName(self, sender_screen_name)</dt><dd><tt>Set&nbsp;the&nbsp;unique&nbsp;sender&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;sender_screen_name:&nbsp;The&nbsp;unique&nbsp;sender&nbsp;screen&nbsp;name&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>text</strong></dt>
- <dd><tt>The&nbsp;text&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetText(self)</dt><dd><tt>Get&nbsp;the&nbsp;text&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;text&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetText(self, text)</dt><dd><tt>Set&nbsp;the&nbsp;text&nbsp;of&nbsp;this&nbsp;direct&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;text:&nbsp;The&nbsp;text&nbsp;of&nbsp;this&nbsp;direct&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
--</td></tr></table> <p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#ffc8d8">
--<td colspan=3 valign=bottom>&nbsp;<br>
--<font color="#000000" face="helvetica, arial"><a name="Status">class <strong>Status</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
-+<hr>
-+Data and other attributes defined here:<br>
-+<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dt><dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'DirectMessage' objects&gt;</dt><dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+</td></tr></tbody></table> </p><p>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#ffc8d8">
-+<td colspan="3" valign="bottom">&nbsp;<br>
-+<font color="#000000" face="helvetica, arial"><a name="Status">class <strong>Status</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>__builtin__.object</a>)</font></td></tr>
-     
--<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
--<td colspan=2><tt>A&nbsp;class&nbsp;representing&nbsp;the&nbsp;<a href="#Status">Status</a>&nbsp;structure&nbsp;used&nbsp;by&nbsp;the&nbsp;twitter&nbsp;API.<br>
-+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-+<td colspan="2"><tt>A&nbsp;class&nbsp;representing&nbsp;the&nbsp;<a href="#Status">Status</a>&nbsp;structure&nbsp;used&nbsp;by&nbsp;the&nbsp;twitter&nbsp;API.<br>
- &nbsp;<br>
- The&nbsp;<a href="#Status">Status</a>&nbsp;structure&nbsp;exposes&nbsp;the&nbsp;following&nbsp;properties:<br>
- &nbsp;<br>
-@@ -555,7 +642,7 @@
- <dl><dt><a name="Status-GetNow"><strong>GetNow</strong></a>(self)</dt><dd><tt>Get&nbsp;the&nbsp;wallclock&nbsp;time&nbsp;for&nbsp;this&nbsp;status&nbsp;message.<br>
- &nbsp;<br>
- Used&nbsp;to&nbsp;calculate&nbsp;relative_created_at.&nbsp;&nbsp;Defaults&nbsp;to&nbsp;the&nbsp;time<br>
--the&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;was&nbsp;instantiated.<br>
-+the&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;was&nbsp;instantiated.<br>
- &nbsp;<br>
- Returns:<br>
- &nbsp;&nbsp;Whatever&nbsp;the&nbsp;status&nbsp;instance&nbsp;believes&nbsp;the&nbsp;current&nbsp;time&nbsp;to&nbsp;be,<br>
-@@ -589,7 +676,7 @@
- <dl><dt><a name="Status-SetNow"><strong>SetNow</strong></a>(self, now)</dt><dd><tt>Set&nbsp;the&nbsp;wallclock&nbsp;time&nbsp;for&nbsp;this&nbsp;status&nbsp;message.<br>
- &nbsp;<br>
- Used&nbsp;to&nbsp;calculate&nbsp;relative_created_at.&nbsp;&nbsp;Defaults&nbsp;to&nbsp;the&nbsp;time<br>
--the&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;was&nbsp;instantiated.<br>
-+the&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;was&nbsp;instantiated.<br>
- &nbsp;<br>
- Args:<br>
- &nbsp;&nbsp;now:&nbsp;The&nbsp;wallclock&nbsp;time&nbsp;for&nbsp;this&nbsp;instance.</tt></dd></dl>
-@@ -606,7 +693,7 @@
- 
- <dl><dt><a name="Status-__eq__"><strong>__eq__</strong></a>(self, other)</dt></dl>
- 
--<dl><dt><a name="Status-__init__"><strong>__init__</strong></a>(self, created_at<font color="#909090">=None</font>, id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, user<font color="#909090">=None</font>, now<font color="#909090">=None</font>)</dt><dd><tt>An&nbsp;<a href="__builtin__.html#object">object</a>&nbsp;to&nbsp;hold&nbsp;a&nbsp;Twitter&nbsp;status&nbsp;message.<br>
-+<dl><dt><a name="Status-__init__"><strong>__init__</strong></a>(self, created_at<font color="#909090">=None</font>, id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, user<font color="#909090">=None</font>, now<font color="#909090">=None</font>)</dt><dd><tt>An&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;to&nbsp;hold&nbsp;a&nbsp;Twitter&nbsp;status&nbsp;message.<br>
- &nbsp;<br>
- This&nbsp;class&nbsp;is&nbsp;normally&nbsp;instantiated&nbsp;by&nbsp;the&nbsp;twitter.<a href="#Api">Api</a>&nbsp;class&nbsp;and<br>
- returned&nbsp;in&nbsp;a&nbsp;sequence.<br>
-@@ -644,58 +731,125 @@
- &nbsp;&nbsp;A&nbsp;twitter.<a href="#Status">Status</a>&nbsp;instance</tt></dd></dl>
- 
- <hr>
--Data descriptors defined here:<br>
--<dl><dt><strong>__dict__</strong></dt>
--<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
--<dl><dt><strong>__weakref__</strong></dt>
--<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
-+Properties defined here:<br>
- <dl><dt><strong>created_at</strong></dt>
- <dd><tt>The&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;posted.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetCreatedAt(self)</dt><dd><tt>Get&nbsp;the&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;posted.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;posted</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetCreatedAt(self, created_at)</dt><dd><tt>Set&nbsp;the&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;posted.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;created_at:&nbsp;The&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;created</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>created_at_in_seconds</strong></dt>
- <dd><tt>The&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;posted,&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetCreatedAtInSeconds(self)</dt><dd><tt>Get&nbsp;the&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;posted,&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;time&nbsp;this&nbsp;status&nbsp;message&nbsp;was&nbsp;posted,&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>id</strong></dt>
- <dd><tt>The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;status&nbsp;message.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetId(self)</dt><dd><tt>Get&nbsp;the&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;status&nbsp;message</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetId(self, id)</dt><dd><tt>Set&nbsp;the&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;id:&nbsp;The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;status&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>now</strong></dt>
- <dd><tt>The&nbsp;wallclock&nbsp;time&nbsp;for&nbsp;this&nbsp;status&nbsp;instance.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetNow(self)</dt><dd><tt>Get&nbsp;the&nbsp;wallclock&nbsp;time&nbsp;for&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Used&nbsp;to&nbsp;calculate&nbsp;relative_created_at.&nbsp;&nbsp;Defaults&nbsp;to&nbsp;the&nbsp;time<br>
-+the&nbsp;object&nbsp;was&nbsp;instantiated.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;Whatever&nbsp;the&nbsp;status&nbsp;instance&nbsp;believes&nbsp;the&nbsp;current&nbsp;time&nbsp;to&nbsp;be,<br>
-+&nbsp;&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetNow(self, now)</dt><dd><tt>Set&nbsp;the&nbsp;wallclock&nbsp;time&nbsp;for&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Used&nbsp;to&nbsp;calculate&nbsp;relative_created_at.&nbsp;&nbsp;Defaults&nbsp;to&nbsp;the&nbsp;time<br>
-+the&nbsp;object&nbsp;was&nbsp;instantiated.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;now:&nbsp;The&nbsp;wallclock&nbsp;time&nbsp;for&nbsp;this&nbsp;instance.</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>relative_created_at</strong></dt>
- <dd><tt>Get&nbsp;a&nbsp;human&nbsp;readable&nbsp;string&nbsp;representingthe&nbsp;posting&nbsp;time</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetRelativeCreatedAt(self)</dt><dd><tt>Get&nbsp;a&nbsp;human&nbsp;redable&nbsp;string&nbsp;representing&nbsp;the&nbsp;posting&nbsp;time<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;A&nbsp;human&nbsp;readable&nbsp;string&nbsp;representing&nbsp;the&nbsp;posting&nbsp;time</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>text</strong></dt>
- <dd><tt>The&nbsp;text&nbsp;of&nbsp;this&nbsp;status&nbsp;message</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetText(self)</dt><dd><tt>Get&nbsp;the&nbsp;text&nbsp;of&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;text&nbsp;of&nbsp;this&nbsp;status&nbsp;message.</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetText(self, text)</dt><dd><tt>Set&nbsp;the&nbsp;text&nbsp;of&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;text:&nbsp;The&nbsp;text&nbsp;of&nbsp;this&nbsp;status&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>user</strong></dt>
- <dd><tt>A&nbsp;twitter.User&nbsp;reprenting&nbsp;the&nbsp;entity&nbsp;posting&nbsp;this&nbsp;status&nbsp;message</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetUser(self)</dt><dd><tt>Get&nbsp;a&nbsp;twitter.User&nbsp;reprenting&nbsp;the&nbsp;entity&nbsp;posting&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;A&nbsp;twitter.User&nbsp;reprenting&nbsp;the&nbsp;entity&nbsp;posting&nbsp;this&nbsp;status&nbsp;message</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetUser(self, user)</dt><dd><tt>Set&nbsp;a&nbsp;twitter.User&nbsp;reprenting&nbsp;the&nbsp;entity&nbsp;posting&nbsp;this&nbsp;status&nbsp;message.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;user:&nbsp;A&nbsp;twitter.User&nbsp;reprenting&nbsp;the&nbsp;entity&nbsp;posting&nbsp;this&nbsp;status&nbsp;message</tt></dd></dl>
-+</dd>
- </dl>
--</td></tr></table> <p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#ffc8d8">
--<td colspan=3 valign=bottom>&nbsp;<br>
--<font color="#000000" face="helvetica, arial"><a name="TwitterError">class <strong>TwitterError</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr>
-+<hr>
-+Data and other attributes defined here:<br>
-+<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dt><dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'Status' objects&gt;</dt><dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+</td></tr></tbody></table> </p><p>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#ffc8d8">
-+<td colspan="3" valign="bottom">&nbsp;<br>
-+<font color="#000000" face="helvetica, arial"><a name="TwitterError">class <strong>TwitterError</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/exceptions.html#Exception";>exceptions.Exception</a>)</font></td></tr>
-     
--<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
--<td colspan=2><tt>Base&nbsp;class&nbsp;for&nbsp;Twitter&nbsp;errors<br>&nbsp;</tt></td></tr>
-+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-+<td colspan="2"><tt>Base&nbsp;class&nbsp;for&nbsp;Twitter&nbsp;errors<br>&nbsp;</tt></td></tr>
- <tr><td>&nbsp;</td>
--<td width="100%">Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
-+<td width="100%">Methods inherited from <a href="http://static.unto.net/python-twitter/0.5/doc/exceptions.html#Exception";>exceptions.Exception</a>:<br>
- <dl><dt><a name="TwitterError-__getitem__"><strong>__getitem__</strong></a>(...)</dt></dl>
- 
- <dl><dt><a name="TwitterError-__init__"><strong>__init__</strong></a>(...)</dt></dl>
- 
- <dl><dt><a name="TwitterError-__str__"><strong>__str__</strong></a>(...)</dt></dl>
- 
--</td></tr></table> <p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#ffc8d8">
--<td colspan=3 valign=bottom>&nbsp;<br>
--<font color="#000000" face="helvetica, arial"><a name="User">class <strong>User</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
-+</td></tr></tbody></table> </p><p>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#ffc8d8">
-+<td colspan="3" valign="bottom">&nbsp;<br>
-+<font color="#000000" face="helvetica, arial"><a name="User">class <strong>User</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>__builtin__.object</a>)</font></td></tr>
-     
--<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
--<td colspan=2><tt>A&nbsp;class&nbsp;representing&nbsp;the&nbsp;<a href="#User">User</a>&nbsp;structure&nbsp;used&nbsp;by&nbsp;the&nbsp;twitter&nbsp;API.<br>
-+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-+<td colspan="2"><tt>A&nbsp;class&nbsp;representing&nbsp;the&nbsp;<a href="#User">User</a>&nbsp;structure&nbsp;used&nbsp;by&nbsp;the&nbsp;twitter&nbsp;API.<br>
- &nbsp;<br>
- The&nbsp;<a href="#User">User</a>&nbsp;structure&nbsp;exposes&nbsp;the&nbsp;following&nbsp;properties:<br>
- &nbsp;<br>
-@@ -824,51 +978,131 @@
- &nbsp;&nbsp;A&nbsp;twitter.<a href="#User">User</a>&nbsp;instance</tt></dd></dl>
- 
- <hr>
--Data descriptors defined here:<br>
--<dl><dt><strong>__dict__</strong></dt>
--<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
--<dl><dt><strong>__weakref__</strong></dt>
--<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
--</dl>
-+Properties defined here:<br>
- <dl><dt><strong>description</strong></dt>
- <dd><tt>The&nbsp;short&nbsp;text&nbsp;description&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetDescription(self)</dt><dd><tt>Get&nbsp;the&nbsp;short&nbsp;text&nbsp;description&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;short&nbsp;text&nbsp;description&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetDescription(self, description)</dt><dd><tt>Set&nbsp;the&nbsp;short&nbsp;text&nbsp;description&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;description:&nbsp;The&nbsp;short&nbsp;text&nbsp;description&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>id</strong></dt>
- <dd><tt>The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetId(self)</dt><dd><tt>Get&nbsp;the&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetId(self, id)</dt><dd><tt>Set&nbsp;the&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;id:&nbsp;The&nbsp;unique&nbsp;id&nbsp;of&nbsp;this&nbsp;user.</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>location</strong></dt>
- <dd><tt>The&nbsp;geographic&nbsp;location&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetLocation(self)</dt><dd><tt>Get&nbsp;the&nbsp;geographic&nbsp;location&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;geographic&nbsp;location&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetLocation(self, location)</dt><dd><tt>Set&nbsp;the&nbsp;geographic&nbsp;location&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;location:&nbsp;The&nbsp;geographic&nbsp;location&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>name</strong></dt>
- <dd><tt>The&nbsp;real&nbsp;name&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetName(self)</dt><dd><tt>Get&nbsp;the&nbsp;real&nbsp;name&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;real&nbsp;name&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetName(self, name)</dt><dd><tt>Set&nbsp;the&nbsp;real&nbsp;name&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;name:&nbsp;The&nbsp;real&nbsp;name&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>profile_image_url</strong></dt>
- <dd><tt>The&nbsp;url&nbsp;of&nbsp;the&nbsp;thumbnail&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetProfileImageUrl(self)</dt><dd><tt>Get&nbsp;the&nbsp;url&nbsp;of&nbsp;the&nbsp;thumbnail&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;thumbnail&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetProfileImageUrl(self, profile_image_url)</dt><dd><tt>Set&nbsp;the&nbsp;url&nbsp;of&nbsp;the&nbsp;thumbnail&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;profile_image_url:&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;thumbnail&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>screen_name</strong></dt>
- <dd><tt>The&nbsp;short&nbsp;username&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetScreenName(self)</dt><dd><tt>Get&nbsp;the&nbsp;short&nbsp;username&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;short&nbsp;username&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetScreenName(self, screen_name)</dt><dd><tt>Set&nbsp;the&nbsp;short&nbsp;username&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;screen_name:&nbsp;the&nbsp;short&nbsp;username&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>status</strong></dt>
- <dd><tt>The&nbsp;latest&nbsp;twitter.Status&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetStatus(self)</dt><dd><tt>Get&nbsp;the&nbsp;latest&nbsp;twitter.Status&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;latest&nbsp;twitter.Status&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetStatus(self, status)</dt><dd><tt>Set&nbsp;the&nbsp;latest&nbsp;twitter.Status&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;status:&nbsp;The&nbsp;latest&nbsp;twitter.Status&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
- </dl>
- <dl><dt><strong>url</strong></dt>
- <dd><tt>The&nbsp;homepage&nbsp;url&nbsp;of&nbsp;this&nbsp;user.</tt></dd>
-+<dd><dl><dt><a name="-&lt;em&gt;get&lt;/em&gt;"><strong><em>get</em></strong></a> = GetUrl(self)</dt><dd><tt>Get&nbsp;the&nbsp;homepage&nbsp;url&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Returns:<br>
-+&nbsp;&nbsp;The&nbsp;homepage&nbsp;url&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
-+<dd><dl><dt><a name="-&lt;em&gt;set&lt;/em&gt;"><strong><em>set</em></strong></a> = SetUrl(self, url)</dt><dd><tt>Set&nbsp;the&nbsp;homepage&nbsp;url&nbsp;of&nbsp;this&nbsp;user.<br>
-+&nbsp;<br>
-+Args:<br>
-+&nbsp;&nbsp;url:&nbsp;The&nbsp;homepage&nbsp;url&nbsp;of&nbsp;this&nbsp;user</tt></dd></dl>
-+</dd>
- </dl>
--</td></tr></table></td></tr></table><p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#55aa55">
--<td colspan=3 valign=bottom>&nbsp;<br>
-+<hr>
-+Data and other attributes defined here:<br>
-+<dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;</dt><dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+<dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'User' objects&gt;</dt><dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object";>object</a>&nbsp;(if&nbsp;defined)</tt></dd></dl>
-+
-+</td></tr></tbody></table></p></td></tr></tbody></table></p><p>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#55aa55">
-+<td colspan="3" valign="bottom">&nbsp;<br>
- <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
-     
- <tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
- <td width="100%"><strong>__author__</strong> = 'dewitt@xxxxxxxxxx'<br>
--<strong>__version__</strong> = '0.4'</td></tr></table><p>
--<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
--<tr bgcolor="#7799ee">
--<td colspan=3 valign=bottom>&nbsp;<br>
-+<strong>__version__</strong> = '0.5'</td></tr></tbody></table></p><p>
-+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%">
-+<tbody><tr bgcolor="#7799ee">
-+<td colspan="3" valign="bottom">&nbsp;<br>
- <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
-     
- <tr><td bgcolor="#7799ee"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
--<td width="100%">dewitt@xxxxxxxxxx</td></tr></table>
--</body></html>
-\ No hay ningún carácter de nueva línea al final del fichero
-+<td width="100%">dewitt@xxxxxxxxxx</td></tr></tbody></table>
-+</p></body></html>
-\ No hay ningún carácter de nueva línea al final del fichero
diff -urN python-twitter-0.6/debian/patches/10_fix_shebang.patch python-twitter-0.8.2/debian/patches/10_fix_shebang.patch
--- python-twitter-0.6/debian/patches/10_fix_shebang.patch	1970-01-01 09:00:00.000000000 +0900
+++ python-twitter-0.8.2/debian/patches/10_fix_shebang.patch	2012-09-23 22:23:53.293965574 +0900
@@ -0,0 +1,37 @@
+Description: fix shebang of python scripts
+ Scripts specify python2.4 as a shebang. This patch remove version
+ numbers from executable scripts and remove shebangs from non-executable
+ scripts.
+Last-Update: 2012-08-31
+
+--- python-twitter-0.8.2.orig/twitter.py
++++ python-twitter-0.8.2/twitter.py
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python2.4
+ #
+ # Copyright 2007 The Python-Twitter Developers
+ #
+--- python-twitter-0.8.2.orig/setup.py
++++ python-twitter-0.8.2/setup.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2007 The Python-Twitter Developers
+ #
+--- python-twitter-0.8.2.orig/examples/tweet.py
++++ python-twitter-0.8.2/examples/tweet.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ 
+ '''Post a message to twitter'''
+ 
+--- python-twitter-0.8.2.orig/examples/twitter-to-xhtml.py
++++ python-twitter-0.8.2/examples/twitter-to-xhtml.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ 
+ '''Load the latest update for a Twitter user and leave it in an XHTML fragment'''
+ 
diff -urN python-twitter-0.6/debian/patches/20_removes-hashbang.dpatch python-twitter-0.8.2/debian/patches/20_removes-hashbang.dpatch
--- python-twitter-0.6/debian/patches/20_removes-hashbang.dpatch	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/patches/20_removes-hashbang.dpatch	1970-01-01 09:00:00.000000000 +0900
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20_removes-hashbang.dpatch by Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fixes the Lintian error: file-in-usr-lib-site-python
-## DP: Note from the maintainer:
-## DP: Updated to work with the latest version (i.e. 0.6)
-
-@DPATCH@
-
---- python-twitter-0.6-orig/twitter.py	2009-07-11 18:52:18.000000000 -0300
-+++ python-twitter-0.6/twitter.py	2009-07-11 18:52:30.000000000 -0300
-@@ -1,5 +1,3 @@
--#!/usr/bin/python2.4
--#
- # Copyright 2007 Google Inc. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
diff -urN python-twitter-0.6/debian/patches/30_removes_hardcoded_interpreter.dpatch python-twitter-0.8.2/debian/patches/30_removes_hardcoded_interpreter.dpatch
--- python-twitter-0.6/debian/patches/30_removes_hardcoded_interpreter.dpatch	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/patches/30_removes_hardcoded_interpreter.dpatch	1970-01-01 09:00:00.000000000 +0900
@@ -1,24 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 30_removes_hardcoded_interpreter.dpatch by Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Removes the hardcoded version of the Python interpreter.
-
-@DPATCH@
-
---- python-twitter-0.6-orig/examples/twitter-to-xhtml.py	2009-07-11 18:52:18.000000000 -0300
-+++ python-twitter-0.6/examples/twitter-to-xhtml.py	2009-07-11 18:53:14.000000000 -0300
-@@ -1,4 +1,4 @@
--#!/usr/bin/python2.4
-+#!/usr/bin/python
- 
- '''Load the latest update for a Twitter user and leave it in an XHTML fragment'''
- 
---- python-twitter-0.6-orig/examples/tweet.py	2009-07-11 18:52:18.000000000 -0300
-+++ python-twitter-0.6/examples/tweet.py	2009-07-11 18:53:04.000000000 -0300
-@@ -1,4 +1,4 @@
--#!/usr/bin/python2.4
-+#!/usr/bin/python
- 
- '''Post a message to twitter'''
- 
diff -urN python-twitter-0.6/debian/patches/series python-twitter-0.8.2/debian/patches/series
--- python-twitter-0.6/debian/patches/series	1970-01-01 09:00:00.000000000 +0900
+++ python-twitter-0.8.2/debian/patches/series	2012-09-23 17:08:27.586417774 +0900
@@ -0,0 +1 @@
+10_fix_shebang.patch
diff -urN python-twitter-0.6/debian/python-twitter.debhelper.log python-twitter-0.8.2/debian/python-twitter.debhelper.log
--- python-twitter-0.6/debian/python-twitter.debhelper.log	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/python-twitter.debhelper.log	1970-01-01 09:00:00.000000000 +0900
@@ -1 +0,0 @@
-dh_auto_clean
diff -urN python-twitter-0.6/debian/rules python-twitter-0.8.2/debian/rules
--- python-twitter-0.6/debian/rules	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/rules	2012-09-23 17:21:42.722360648 +0900
@@ -1,46 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
+%:
+	dh "$@" --with python2 --buildsystem=python_distutils
 
-PYVERS=$(shell pyversions -r)
-d=debian/python-twitter
+override_dh_auto_install:
+	dh_auto_install
+	install -m 755 $(CURDIR)/examples/tweet.py $(CURDIR)/debian/python-twitter/usr/bin/tweet
+	install -m 755 $(CURDIR)/examples/twitter-to-xhtml.py $(CURDIR)/debian/python-twitter/usr/bin/twitter-to-xhtml
 
-build: build-stamp
-
-build-stamp: patch-stamp
-
-clean:  unpatch
-	dh_testdir
-	python setup.py clean;
-	rm -rf build-stamp build
-	rm -rf $(d)
-	dh_clean install-stamp
+override_dh_auto_clean:
 	dh_auto_clean
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	python setup.py install --root=$(d);
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs 
-	dh_installchangelogs CHANGES
-	dh_installman
-	dh_compress -X.py
-	install -m 755 $(CURDIR)/examples/tweet.py $(CURDIR)/$(d)/usr/bin/tweet
-	install -m 755 $(CURDIR)/examples/twitter-to-xhtml.py $(CURDIR)/$(d)/usr/bin/twitter-to-xhtml
-	dh_fixperms
-	dh_pysupport
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+	rm -rf $(CURDIR)/python_twitter.egg-info
diff -urN python-twitter-0.6/debian/source/format python-twitter-0.8.2/debian/source/format
--- python-twitter-0.6/debian/source/format	1970-01-01 09:00:00.000000000 +0900
+++ python-twitter-0.8.2/debian/source/format	2012-08-31 14:49:41.067482491 +0900
@@ -0,0 +1 @@
+3.0 (quilt)
diff -urN python-twitter-0.6/debian/tweet.1 python-twitter-0.8.2/debian/tweet.1
--- python-twitter-0.6/debian/tweet.1	2012-09-23 10:47:42.000000000 +0900
+++ python-twitter-0.8.2/debian/tweet.1	2012-09-23 10:23:46.786058621 +0900
@@ -26,7 +26,7 @@
 variables TWEETUSERNAME and TWEETPASSWORD will then be checked for your
 username or password, respectively.
 .IP
-If neither the command line flags nor the enviroment variables are
+If neither the command line flags nor the environment variables are
 present, the .tweetrc file, if it exists, can be used to set the
 default username and password.  The file should contain the
 following three lines, replacing *username* with your username, and

Attachment: pgpYOdgQw3uZd.pgp
Description: PGP signature