<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>cn.bbs.comp.lang.python Google Group</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python</link>
  <description>Python语言</description>
  <language>zh-CN</language>
  <item>
  <title>Re: 编写兼容py2.6与py3k的代码</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/18285a36ebb1c4d9/b9c35c34a2fc406d?show_docid=b9c35c34a2fc406d</link>
  <description>
  赞，F回去了～谢谢 :) &lt;br&gt; 【 在 hgoldfish (老鱼) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/18285a36ebb1c4d9/b9c35c34a2fc406d?show_docid=b9c35c34a2fc406d</guid>
  <author>
  nightf...@newsmth.net-spam.no
  (昵称不告诉你们)
  </author>
  <pubDate>Thu, 18 mar 2010 17:50:25 UT
</pubDate>
  </item>
  <item>
  <title>编写兼容py2.6与py3k的代码</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/18285a36ebb1c4d9/68221ec583568f9f?show_docid=68221ec583568f9f</link>
  <description>
  我写代码记下的笔记，跟大家分享一下。请大牛们指正 &lt;br&gt; 目标：想在2.6版本尽量利用3.0的特性，要求写出的代码尽可 能地在3.0版本下也可用，或者只要稍微改动就可以。目前我试过 的几个注意点。 &lt;br&gt; o 使用3.0的print函数。 &lt;br&gt; 在py2.6里可以简单使用print的函数形式:
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/18285a36ebb1c4d9/68221ec583568f9f?show_docid=68221ec583568f9f</guid>
  <author>
  hgoldf...@newsmth.net-spam.no
  (老鱼)
  </author>
  <pubDate>Thu, 18 mar 2010 15:55:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: 编写兼容py2.6与py3k的代码</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/18285a36ebb1c4d9/96c7cf738448e880?show_docid=96c7cf738448e880</link>
  <description>
  好文！大赞啊！ &lt;br&gt; 【 在 hgoldfish (老鱼) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/18285a36ebb1c4d9/96c7cf738448e880?show_docid=96c7cf738448e880</guid>
  <author>
  skybl...@newsmth.net-spam.no
  (天蓝)
  </author>
  <pubDate>Thu, 18 mar 2010 15:59:51 UT
</pubDate>
  </item>
  <item>
  <title>捕获多个异常容易写错的地方</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/6d59e54275ea0cba/b032b68ce5e27656?show_docid=b032b68ce5e27656</link>
  <description>
  捕获多个异常的语法： &lt;br&gt; try: &lt;br&gt; io.open(filename,&amp;quot;wb&amp;quot;).write(b &amp;quot;haha&amp;quot;) &lt;br&gt; except (IOError, OSError): &lt;br&gt; pass &lt;br&gt; 我自己经常搞错，呵呵。不能写成： &lt;br&gt; try: &lt;br&gt; io.open(filename, &amp;quot;wb&amp;quot;).write(b&amp;quot;haha&amp;quot;) &lt;br&gt; except IOError, OSError: &lt;br&gt; pass &lt;br&gt; 这种写法在py2.6里面是指捕获IOError类型的异常，并 赋值给OSError这个变量。
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/6d59e54275ea0cba/b032b68ce5e27656?show_docid=b032b68ce5e27656</guid>
  <author>
  hgoldf...@newsmth.net-spam.no
  (老鱼)
  </author>
  <pubDate>Thu, 18 mar 2010 15:46:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: 为什么pyQT里要整一些标准模块里已经有的东西</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/3c4cdef5a1569b79?show_docid=3c4cdef5a1569b79</link>
  <description>
  这是qt引入的 &lt;br&gt; 【 在 hotcold (独钓寒江雪) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/3c4cdef5a1569b79?show_docid=3c4cdef5a1569b79</guid>
  <author>
  leimi...@newsmth.net-spam.no
  (3WATER)
  </author>
  <pubDate>Thu, 18 mar 2010 06:49:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Python可以向手机发送AT命令么，</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/9ced57712640923d/675f31e2b6785e89?show_docid=675f31e2b6785e89</link>
  <description>
  pyserial &lt;br&gt; pysms &lt;br&gt; 【 在 DraculaW (DraculaW) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/9ced57712640923d/675f31e2b6785e89?show_docid=675f31e2b6785e89</guid>
  <author>
  hotd...@newsmth.net-spam.no
  (每天爱你多一些)
  </author>
  <pubDate>Thu, 18 mar 2010 00:54:39 UT
</pubDate>
  </item>
  <item>
  <title>Python可以向手机发送AT命令么，</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/9ced57712640923d/00949a169e107cca?show_docid=00949a169e107cca</link>
  <description>
  如果有可能是在那个lib里面呢 &lt;br&gt; 谢谢哦
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/9ced57712640923d/00949a169e107cca?show_docid=00949a169e107cca</guid>
  <author>
  dracu...@newsmth.net-spam.no
  (DraculaW)
  </author>
  <pubDate>Wed, 17 mar 2010 16:04:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: 为什么pyQT里要整一些标准模块里已经有的东西</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/83cee8b5f032c69f?show_docid=83cee8b5f032c69f</link>
  <description>
  这个轮子不用造，买汽车的时候送的。 &lt;br&gt; ps:python的xml支持不够好，QtXml支持XPat h,Schema之类的东西，更好用一些。 &lt;br&gt; 【 在 hotcold (独钓寒江雪) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/83cee8b5f032c69f?show_docid=83cee8b5f032c69f</guid>
  <author>
  hgoldf...@newsmth.net-spam.no
  (老鱼)
  </author>
  <pubDate>Wed, 17 mar 2010 07:52:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: 为什么pyQT里要整一些标准模块里已经有的东西</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/8bdc9279c27d6790?show_docid=8bdc9279c27d6790</link>
  <description>
  ��Ϊ�˼�QT��������Щ����Щ������py thon��Ȼ��׼���У�C++�����û�У�Ϊ�ø �re &lt;br&gt; ��Ҫ����boost�� &lt;br&gt; �� �� hotcold (��������ѩ) �Ĵ������ᵽ: ��
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/8bdc9279c27d6790?show_docid=8bdc9279c27d6790</guid>
  <author>
  chenqingy...@newsmth.net-spam.no
  (陈清扬)
  </author>
  <pubDate>Wed, 17 mar 2010 07:27:01 UT
</pubDate>
  </item>
  <item>
  <title>为什么pyQT里要整一些标准模块里已经有的东西</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/e21111b9e9523fa9?show_docid=e21111b9e9523fa9</link>
  <description>
  像Qtxml，Qtsql，re啊之类的东西，有这个必要浪费精 力反复造轮子吗？ 大牛给说说riverbank是怎么想的。。。
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/fe32370de2a2a2c0/e21111b9e9523fa9?show_docid=e21111b9e9523fa9</guid>
  <author>
  hotc...@newsmth.net-spam.no
  (独钓寒江雪)
  </author>
  <pubDate>Wed, 17 mar 2010 07:24:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: 弱弱的请教个问题</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/0dcf56819ce8df06?show_docid=0dcf56819ce8df06</link>
  <description>
  正则表达式 &lt;br&gt; 【 在 hawkchang (上确界) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/0dcf56819ce8df06?show_docid=0dcf56819ce8df06</guid>
  <author>
  autofl...@newsmth.net-spam.no
  (Tiger)
  </author>
  <pubDate>Wed, 17 mar 2010 03:12:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: 弱弱的请教个问题</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/1dffe89adfe5556f?show_docid=1dffe89adfe5556f</link>
  <description>
  谢谢。。。 &lt;br&gt; 【 在 wolfgang (狂云) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/1dffe89adfe5556f?show_docid=1dffe89adfe5556f</guid>
  <author>
  hawkch...@newsmth.net-spam.no
  (上确界)
  </author>
  <pubDate>Wed, 17 mar 2010 02:22:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: 弱弱的请教个问题</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/33596ed5a8b0565f?show_docid=33596ed5a8b0565f</link>
  <description>
  这不是能用一两句话回答的简单问题， &lt;br&gt; 我想你可能需要仔细阅读这两个网页： &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.python.org/py3k/library/string.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.python.org/py3k/library/re.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; 【 在 hawkchang (上确界) 的大作中提到: 】
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/33596ed5a8b0565f?show_docid=33596ed5a8b0565f</guid>
  <author>
  wolfg...@newsmth.net-spam.no
  (狂云)
  </author>
  <pubDate>Wed, 17 mar 2010 01:43:51 UT
</pubDate>
  </item>
  <item>
  <title>弱弱的请教个问题</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/5c71e3f49b0aa6f8?show_docid=5c71e3f49b0aa6f8</link>
  <description>
  在一个文件里,n多行，如何把我关心的那些行单独提取出去来呢。 &lt;br&gt; 我的最终目的是把，d=12,d=9 这样的数字提取出来。 &lt;br&gt; 文件如下： &lt;br&gt; xxxxxxxxxxxxxxxxxxxxxxx &lt;br&gt; This is the line I care about, d=12 &lt;br&gt; xxxxxxxxxxxxxxxxxxxxxxxxxxxx &lt;br&gt; xxxxxxxxxxxxxxxxxxxxxxxx &lt;br&gt; xxxxxxxxxxxxxxxxxxxxxxxxx
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/4f8962866acf772c/5c71e3f49b0aa6f8?show_docid=5c71e3f49b0aa6f8</guid>
  <author>
  hawkch...@newsmth.net-spam.no
  (上确界)
  </author>
  <pubDate>Wed, 17 mar 2010 01:34:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: GAE的favicon的问题，死活解决不了</title>
  <link>http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/6eaa973de9df489b/212990a3fc7ee961?show_docid=212990a3fc7ee961</link>
  <description>
  ���� �ǲ��Ƿ� /.* �����ˣ� ���о�����ǰ�� &lt;br&gt; �� �� neek2000 (��ǣ�Ŭ��׬Ǯ) �Ĵ������ᵽ: ��
  </description>
  <guid isPermaLink="true">http://groups.google.com.pe/group/cn.bbs.comp.lang.python/browse_thread/thread/6eaa973de9df489b/212990a3fc7ee961?show_docid=212990a3fc7ee961</guid>
  <author>
  i...@newsmth.net-spam.no
  (touch)
  </author>
  <pubDate>Tue, 16 mar 2010 06:39:19 UT
</pubDate>
  </item>
  </channel>
</rss>
