<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.python Google Group</title>
  <link>http://groups.google.com/group/comp.lang.python</link>
  <description>The Python computer language.</description>
  <language>en</language>
  <item>
  <title>Re: question</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/e2a407e6942937c5/f576c9a515443755?show_docid=f576c9a515443755</link>
  <description>
  The sensible question was?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/e2a407e6942937c5/f576c9a515443755?show_docid=f576c9a515443755</guid>
  <author>
  paddy3...@googlemail.com
  (Paddy)
  </author>
  <pubDate>Sun, 20 Jul 2008 19:17:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: checking if an object IS in a list</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/03c7c96c2cb18040/a1808fc7dd697803?show_docid=a1808fc7dd697803</link>
  <description>
  ????
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/03c7c96c2cb18040/a1808fc7dd697803?show_docid=a1808fc7dd697803</guid>
  <author>
  nicolas.pource...@gmail.com
  </author>
  <pubDate>Sun, 20 Jul 2008 18:33:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Web Server</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/09a45b86915f4aa1?show_docid=09a45b86915f4aa1</link>
  <description>
  open up to whom? I&#39;m not sure I like the combination of &amp;quot;windows app&amp;quot; &lt;br&gt; and &amp;quot;opened up to the internet&amp;quot;, really... &lt;br&gt; but assuming that you&#39;re aware of the issues involved, and want a &lt;br&gt; light-weight HTTP server for Windows, this one&#39;s pretty nice: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.aprelium.com/abyssws/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; there&#39;s also apache, of course, and a bunch of others, including several
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/09a45b86915f4aa1?show_docid=09a45b86915f4aa1</guid>
  <author>
  fred...@pythonware.com
  (Fredrik Lundh)
  </author>
  <pubDate>Sun, 20 Jul 2008 18:30:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Web Server</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/29a1455b8660cce5?show_docid=29a1455b8660cce5</link>
  <description>
  You can do HTTPS with Twisted, you&#39;ll have to learn how to use Twisted which &lt;br&gt; can sometimes be a task in itself. Most everything is pretty easy to learn &lt;br&gt; although I get a little befuddled by the way they handle authentication &lt;br&gt; myself. I personally think it&#39;s worth it though, Twisted is a great resource
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/29a1455b8660cce5?show_docid=29a1455b8660cce5</guid>
  <author>
  jta...@mdchs.org
  (James Tanis)
  </author>
  <pubDate>Sun, 20 Jul 2008 17:58:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Run as Service</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/ec19b8276803197a/0e8c2a0dfaa9d2cd?show_docid=0e8c2a0dfaa9d2cd</link>
  <description>
  I have used CherryPy sucessfully as a windows service. &lt;br&gt; You can probably glean what you need from. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tools.cherrypy.org/wiki/WindowsService&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; HTH. &lt;br&gt; ... &lt;br&gt; Jay Graves
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/ec19b8276803197a/0e8c2a0dfaa9d2cd?show_docid=0e8c2a0dfaa9d2cd</guid>
  <author>
  jaywgra...@gmail.com
  (jay graves)
  </author>
  <pubDate>Sun, 20 Jul 2008 17:52:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: a question that can accelerate learning python?</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/0e95236a96e5b102/ce47a1f0d1aeae01?show_docid=ce47a1f0d1aeae01</link>
  <description>
  On Sun, 20 Jul 2008 06:48:52 -0700 (PDT), wangziqing1...@hotmail.com &lt;br&gt; declaimed the following in comp.lang.python: &lt;br&gt; Have you tried something like: &lt;br&gt; help(win32com.client) &lt;br&gt; or &lt;br&gt; dir(win32com.client) &lt;br&gt; (There is no win32com.query from what I can see) &lt;br&gt; Help on package win32com: &lt;br&gt; NAME &lt;br&gt; win32com &lt;br&gt; FILE &lt;br&gt; e:\python24\lib\site-packages\ win32com\__init__.py
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/0e95236a96e5b102/ce47a1f0d1aeae01?show_docid=ce47a1f0d1aeae01</guid>
  <author>
  wlfr...@ix.netcom.com
  (Dennis Lee Bieber)
  </author>
  <pubDate>Sun, 20 Jul 2008 17:44:55 UT
</pubDate>
  </item>
  <item>
  <title>re: question</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/e2a407e6942937c5/cfd7842c5f9c8566?show_docid=cfd7842c5f9c8566</link>
  <description>
  Nobody any sensible answers. Too complicated I suppose!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/e2a407e6942937c5/cfd7842c5f9c8566?show_docid=cfd7842c5f9c8566</guid>
  <author>
  perl_wiz...@manx.net
  </author>
  <pubDate>Sun, 20 Jul 2008 17:39:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: The Importance of Terminology&#39;s Quality</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/db7e2ef0a813d90a/76ec6a742bef5309?show_docid=76ec6a742bef5309</link>
  <description>
  Wow! All these years when I occasionally heard of a &amp;quot;thunk&amp;quot; I never &lt;br&gt; was told, until now, what it really meant. Thanks for the info!! &lt;br&gt; Followup question #1: I assume these are lexical closures in the &lt;br&gt; environment of the point of the call, right? &lt;br&gt; Followup question #2: For simple arithmetic expressions, I can
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/db7e2ef0a813d90a/76ec6a742bef5309?show_docid=76ec6a742bef5309</guid>
  <author>
  jaycx2.3.calrob...@spamgourmet.com.remove
  (Robert Maas, http://tinyurl.com/uh3t)
  </author>
  <pubDate>Sun, 20 Jul 2008 17:36:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: getting with statement to deal with various exceptions</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/33da780efa27442d/948762b1eedb6e5c?show_docid=948762b1eedb6e5c</link>
  <description>
  Neat. I think I&#39;m going to use this approach, since BDFL-in-chief is &lt;br&gt; unlikely to listen to me in any foreseeable future. :-)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/33da780efa27442d/948762b1eedb6e5c?show_docid=948762b1eedb6e5c</guid>
  <author>
  mrk...@gmail.com
  (mk)
  </author>
  <pubDate>Sun, 20 Jul 2008 17:23:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: trying to match a string</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/99e35ac9cb6487f2/7561970fcb642738?show_docid=7561970fcb642738</link>
  <description>
  I&#39;m attaching the meaning of &amp;quot;deleted the line (manually (not in &lt;br&gt; python))&amp;quot; to truncated, I&#39;m actually using ipython, but though it would &lt;br&gt; be a good practice to type it out as if it come from the standard &lt;br&gt; interpretor. I also though it would be OK to leave out some output which &lt;br&gt; I considered unnecessary.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/99e35ac9cb6487f2/7561970fcb642738?show_docid=7561970fcb642738</guid>
  <author>
  alif...@gmail.com
  (Andrew Freeman)
  </author>
  <pubDate>Sun, 20 Jul 2008 17:14:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: singletons</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/9303d46e82332308/122f1dba4ef00b76?show_docid=122f1dba4ef00b76</link>
  <description>
  In article &amp;lt;2476438f-eaa2-495f-95fa-eb9ef ec25...@e39g2000hsf.googlegrou ps.com&amp;gt;, &lt;br&gt; That&#39;s only true if you actually instantiate the class. You can just &lt;br&gt; use the class directly -- that&#39;s what I do.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/9303d46e82332308/122f1dba4ef00b76?show_docid=122f1dba4ef00b76</guid>
  <author>
  a...@pythoncraft.com
  (Aahz)
  </author>
  <pubDate>Sun, 20 Jul 2008 17:05:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: getting with statement to deal with various exceptions</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/33da780efa27442d/4634f84dbbb792c2?show_docid=4634f84dbbb792c2</link>
  <description>
  I just started looking at the with statement myself. How about: &lt;br&gt; from __future__ import with_statement &lt;br&gt; class ExceptionManager(object): &lt;br&gt; def __enter__(self): &lt;br&gt; pass &lt;br&gt; def __exit__(self,exc_type,exc_val ue,tb): &lt;br&gt; if exc_type == IOError: &lt;br&gt; print &#39;IOError&#39;,exc_value[1]
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/33da780efa27442d/4634f84dbbb792c2?show_docid=4634f84dbbb792c2</guid>
  <author>
  m8r-yft...@mailinator.com
  (Mark Tolonen)
  </author>
  <pubDate>Sun, 20 Jul 2008 16:50:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Web Server</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/2fca5391f13b4f1f?show_docid=2fca5391f13b4f1f</link>
  <description>
  Thanks, Fredrik - that definitely works. Now to get a little greedy - &lt;br&gt; is there something along those lines that is a bit more secure (i.e. &lt;br&gt; allows HTTPS, possibly with authentication)? Basically something that &lt;br&gt; you would feel more comfortable opening up to the Internet..
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/2fca5391f13b4f1f?show_docid=2fca5391f13b4f1f</guid>
  <author>
  misceveryth...@gmail.com
  </author>
  <pubDate>Sun, 20 Jul 2008 16:05:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Passing keywords</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/a4d0e9748345f31f/36280e394ffe7866?show_docid=36280e394ffe7866</link>
  <description>
  don&#39;t think what? &lt;br&gt; if you keep using the same variables in all submethods you call from a &lt;br&gt; method inside the class, why not make them attributes? &lt;br&gt; otherwise, using the **-form when *calling* the methods might work. you &lt;br&gt; can use the **-form in the functions to ignore arguments that you&#39;re not &lt;br&gt; interested in.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/a4d0e9748345f31f/36280e394ffe7866?show_docid=36280e394ffe7866</guid>
  <author>
  fred...@pythonware.com
  (Fredrik Lundh)
  </author>
  <pubDate>Sun, 20 Jul 2008 15:28:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Web Server</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/a06966204725ef60?show_docid=a06966204725ef60</link>
  <description>
  import SimpleHTTPServer ? &lt;br&gt; sample code here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://effbot.org/librarybook/simplehttpserver.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &amp;lt;/F&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/62203f6752d28809/a06966204725ef60?show_docid=a06966204725ef60</guid>
  <author>
  fred...@pythonware.com
  (Fredrik Lundh)
  </author>
  <pubDate>Sun, 20 Jul 2008 15:48:58 UT
</pubDate>
  </item>
  </channel>
</rss>
