summaryrefslogtreecommitdiff
path: root/libgpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-08-29 21:49:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-08-29 21:49:40 +0000
commitaf3535a1b8ee285746246c9f51c70ae1c5a67db6 (patch)
treefb395cf6f9b2366cb95711dee2f3a57ca7b0650d /libgpsd.xml
parent30aa4ac88fbe8d005e2307f8615dd363d65ce0e5 (diff)
downloadgpsd-af3535a1b8ee285746246c9f51c70ae1c5a67db6.tar.gz
Symplify the Python interface.
Diffstat (limited to 'libgpsd.xml')
-rw-r--r--libgpsd.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/libgpsd.xml b/libgpsd.xml
index b6cc95e3..b184e58a 100644
--- a/libgpsd.xml
+++ b/libgpsd.xml
@@ -65,7 +65,7 @@ session.set_raw_hook(hook=None)
session.poll()
-session.close()
+del session
</funcsynopsisinfo>
</funcsynopsis>
</refsynopsisdiv>
@@ -162,9 +162,8 @@ and 2 or higher for debugging messages.</para>
library, but only for straight NMEA devices with a 1-second send cycle
(no Zodiac binary-protocol support). <function>gps_init()</function>
is replaced by the initialization of a gpsd session object; the other
-calls are methods of that object. The <function>wrap()</function>
-call is optional, resources within the session object will be properly
-released when it is garbage-collected.</para>
+calls are methods of that object. Resources within the session object
+will be properly released when it is garbage-collected.</para>
</refsect1>
<refsect1 id='see_also'><title>SEE ALSO</title>