<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PySide - Python for Qt</title>
	<atom:link href="http://www.pyside.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pyside.org</link>
	<description>Python for Qt</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:41:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>API 2 (almost) done, Qt Mobility work begins</title>
		<link>http://www.pyside.org/2010/06/api-2-almost-done-qt-mobility-work-begins/</link>
		<comments>http://www.pyside.org/2010/06/api-2-almost-done-qt-mobility-work-begins/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:41:51 +0000</pubDate>
		<dc:creator>mairas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=568</guid>
		<description><![CDATA[I&#8217;m trying to live up to the promise of making regular status updates on the PySide team&#8217;s efforts, so here goes:
The first thing in the previous sprint was to make the new PySide release (0.3.2). This release is the first one to include the new-style signal and slot architecture, support for Qt 4.7 beta (including [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to live up to the promise of making regular status updates on the PySide team&#8217;s efforts, so here goes:</p>
<p>The first thing in the previous sprint was to make the new PySide release (0.3.2). This release is the first one to include the new-style signal and slot architecture, support for Qt 4.7 beta (including support for QML/Qt Quick). Of course, a hefty amount of bugs were fixed as well.</p>
<p>After the release, the most of the sprint was spent in implementing the <a href="http://www.pyside.org/docs/pseps/psep-0101.html">API 2.0</a>. This work got ALMOST finished, with the keyword argument implementation just barely slipping to the next sprint.</p>
<p>So, in the upcoming sprint, the first thing is to finish the API 2 work &#8211; the team will send a separate notification when that&#8217;s done. We discussed about making a new release but since the API 2 keyword arguments are still missing and we have plenty of new bug reports, we opted to let the dust settle a bit and fix some of the most outstanding bugs. In addition to that, we&#8217;ll also begin working on the Qt Mobility APIs, which are especially relevant on the Maemo/MeeGo platforms.</p>
<p>We&#8217;ll probably make the next release in the beginning of the next sprint, i.e. in 2-3 weeks from now. That release would then be the last one to have backwards-incompatible changes before the long-awaited 1.0 launch! Once that version is out, the focus will be on bugfixing, although work should resume on the Python 3 front as well.</p>
<p><em>Matti Airas</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/06/api-2-almost-done-qt-mobility-work-begins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PySide v0.3.2 (&#8217;Colindale&#8217;) is now available!</title>
		<link>http://www.pyside.org/2010/06/pyside-v0-3-2-colindale-is-now-available/</link>
		<comments>http://www.pyside.org/2010/06/pyside-v0-3-2-colindale-is-now-available/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:09:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=564</guid>
		<description><![CDATA[For this release we have the new-style signals/slots implemented and fully functional. In addition to this, a lot of bugs were hunted down and hanged in a tree, I mean, fixed.
Now developers can use signals and slots in a pythonic fashion. More info can be found at documentation page. Another point covered by this release [...]]]></description>
			<content:encoded><![CDATA[<p>For this release we have the new-style signals/slots implemented and fully functional. In addition to this, a lot of bugs were hunted down and hanged in a tree, I mean, fixed.</p>
<p>Now developers can use signals and slots in a pythonic fashion. More info can be found at <a href="http://www.pyside.org/docs/pyside/newsigslot.html">documentation page</a>. Another point covered by this release is the ability to work with or without the so called &#8220;protected hack&#8221;. When enabled it reduces library size but doesn&#8217;t allow PySide to be compiled under Windows environment. This time it is possible to turn it on or off according to the needs.</p>
<p>- New-style Signal/Slot;<br />
- Lots of bugs fixed;<br />
- Generator works without protected hack;</p>
<p>Enjoy it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/06/pyside-v0-3-2-colindale-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New release imminent, work on API 2 begins</title>
		<link>http://www.pyside.org/2010/06/new-release-imminent-work-on-api-2-begins/</link>
		<comments>http://www.pyside.org/2010/06/new-release-imminent-work-on-api-2-begins/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 15:02:25 +0000</pubDate>
		<dc:creator>mairas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=558</guid>
		<description><![CDATA[Yet another sprint successfully finished, so here&#8217;s a status update about what&#8217;s been achived and what&#8217;s on the menu for the next one.
In the past sprint, the main new content was support for Qt 4.7 beta 1. This was successfully done: if you want to try out some Declarative UI goodness with a Python backend, [...]]]></description>
			<content:encoded><![CDATA[<p>Yet another sprint successfully finished, so here&#8217;s a status update about what&#8217;s been achived and what&#8217;s on the menu for the next one.</p>
<p>In the past sprint, the main new content was support for <a href="http://labs.trolltech.com/blogs/2010/05/06/qt-470-beta1/">Qt 4.7 beta 1</a>. This was successfully done: if you want to try out some Declarative UI goodness with a Python backend, get the latest and greatest Qt and PySide and enjoy!</p>
<p>In other news, a horde of bugs was squashed, and last but not least, the biggest blocker for porting PySide to Windows (the &#8220;#define protected public&#8221; hack) is not required any longer. According to our understanding, no major issues preventing a complete Windows port should exist any longer. May the hacking commence! <img src='http://www.pyside.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In the sprint starting today, the very first thing is to make a new release to get the latest features in the hand of developers and platform porters not interested in working with the git snapshots. The release should happen on Monday, at the latest.</p>
<p>The major new functionality, actually filling the rest of the sprint, is the implementation of API 2. We hope to finish this completely within this sprint (two weeks), after which we should have all Python 2.x functionality present for a 1.0 release.</p>
<p>Since the sprint was completely filled by API 2 stuff, Python 3 work has been postponed after that. We hope to start investigating that after this sprint.</p>
<p><em>Matti Airas</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/06/new-release-imminent-work-on-api-2-begins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Status update: new-style signals and slots done, Qt 4.7 in the oven</title>
		<link>http://www.pyside.org/2010/05/status-update-new-style-signals-and-slots-done-qt-4-7-in-the-oven/</link>
		<comments>http://www.pyside.org/2010/05/status-update-new-style-signals-and-slots-done-qt-4-7-in-the-oven/#comments</comments>
		<pubDate>Wed, 26 May 2010 10:15:09 +0000</pubDate>
		<dc:creator>mairas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=555</guid>
		<description><![CDATA[Hi all,
Here&#8217;s again a brief update on what we&#8217;ve been doing, what&#8217;s going on at the moment, and what&#8217;s been planned for the near future.
In our previous sprint, which ended last Wednesday, the big new thing was support for new-style signals and slots. That&#8217;s already available in Gitorious, although the class name capitalization might still [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>Here&#8217;s again a brief update on what we&#8217;ve been doing, what&#8217;s going on at the moment, and what&#8217;s been planned for the near future.</p>
<p>In our previous sprint, which ended last Wednesday, the big new thing was support for new-style signals and slots. That&#8217;s already available in Gitorious, although the class name capitalization might still need to be updated according to re-opened PSEP 100. Also, a huge bunch of bugs were fixed.</p>
<p>In the present sprint, we&#8217;ve already fixed 9 bugs and work to implement the new features of Qt 4.7 is ongoing. We expected to have time only to barely touch the Qt 4.7 stuff but the team is absolutely on fire and there&#8217;s actually a fighting chance that we have full Qt 4.7 support done by the end of this sprint! Assuming this will happen, there&#8217;s probably going to be a new release next week (although I didn&#8217;t discuss this with the team yet).</p>
<p>We&#8217;ll be continuing the intense bugfixing mode in the near future but also work on new features. Next things to work on will be investigating Python 3 and API 2 (PSEP 101) implementation and then actually implementing them. My personal wish is to freeze the API at that point and begin a maturization period to make PySide really production-quality. As discussed, this wouldn&#8217;t mean the API development stops there but that we would just need to find ways to implement any future changes without breaking existing software.</p>
<p>On the bindings front, Qt Mobility API is the next thing to tackle once Qt 4.7 is there. This development will probably happen side-by-side with the API implementation work.</p>
<p><em>Matti Airas</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/05/status-update-new-style-signals-and-slots-done-qt-4-7-in-the-oven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PySide v0.3 &#8211; Benchmarks</title>
		<link>http://www.pyside.org/2010/05/pyside-v0-3-benchmarks/</link>
		<comments>http://www.pyside.org/2010/05/pyside-v0-3-benchmarks/#comments</comments>
		<pubDate>Tue, 11 May 2010 20:07:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=545</guid>
		<description><![CDATA[After this last PySide release we spent some time doing benchmarks to see how far we have gone with Shiboken (the CPython implementation). The results are very good when comparing disk usage and performance with that old Boost version. At the same time this report shows some points where we can improve and do better, [...]]]></description>
			<content:encoded><![CDATA[<p>After this last PySide release we spent some time doing benchmarks to see how far we have gone with Shiboken (the CPython implementation). The results are very good when comparing disk usage and performance with that old Boost version. At the same time this report shows some points where we can improve and do better, like the &#8220;disconnect signals&#8221; implementation. Until now just common techniques were applied to improve performance. So, have a good <a href="http://www.pyside.org/pyside-v0-3-benchmarks/">reading</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/05/pyside-v0-3-benchmarks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PySide v0.3.1 (&#8217;Knightsbridge&#8217;) is now available!</title>
		<link>http://www.pyside.org/2010/05/pyside-v0-3-1-knightsbridge-is-now-available/</link>
		<comments>http://www.pyside.org/2010/05/pyside-v0-3-1-knightsbridge-is-now-available/#comments</comments>
		<pubDate>Wed, 05 May 2010 16:18:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=503</guid>
		<description><![CDATA[As promised a few days ago the new PySide (Shiboken based) release is now available.
What&#8217;s changed since 0.3.0?
With the technical preview release a few weeks ago we moved from a Boost based source code to a CPython one. This move was necessary to reduce our footprint. Now we have the first official release of this [...]]]></description>
			<content:encoded><![CDATA[<p>As promised a few days ago the new PySide (Shiboken based) release is now available.</p>
<p><strong>What&#8217;s changed since 0.3.0?</strong></p>
<p>With the technical preview release a few weeks ago we moved from a Boost based source code to a CPython one. This move was necessary to reduce our footprint. Now we have the first official release of this new PySide based on Shiboken (CPython) generator. Since the technical preview the main points are:</p>
<p>- Bindings for the last missing modules: Phonon, QtScript, QtScriptTools, QtMaemo5, QtHelp, QtMultimedia, QUiTools and QXmlPatterns;<br />
- Fixed some memory and reference leaks;<br />
- Lots of bugs fixed;<br />
- Revamped documentation.</p>
<p>For more Qt 4.6 information: http://qt.nokia.com/doc/4.6/qt4-6-intro.html</p>
<p>We hope you enjoy this new release! Feel free to contribute with comments,<br />
bug reports and suggestions.</p>
<p>Regards,<br />
PySide Dev Team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/05/pyside-v0-3-1-knightsbridge-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status update: full Shiboken PySide release imminent!</title>
		<link>http://www.pyside.org/2010/04/status-update-full-shiboken-pyside-release-imminent/</link>
		<comments>http://www.pyside.org/2010/04/status-update-full-shiboken-pyside-release-imminent/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:11:16 +0000</pubDate>
		<dc:creator>mairas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=456</guid>
		<description><![CDATA[We&#8217;ve had progress at a good pace the last few weeks. The Shiboken PySide work is paying off and the only modules still missing are Phonon, QtHelp, QtScript, and QtScriptTools. In the current sprint (within the next two weeks), we intend to implement them and make the first full PySide release based on Shiboken! At [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had progress at a good pace the last few weeks. The Shiboken PySide work is paying off and the only modules still missing are Phonon, QtHelp, QtScript, and QtScriptTools. In the current sprint (within the next two weeks), we intend to implement them and make the first full PySide release based on Shiboken! At this point, we&#8217;re still lacking the support for new-style signals and slots and API 2, as well as any optimization work so there&#8217;s still work to do before having a stable release.</p>
<p>The release will also imply updated build instructions, reference docs, and website. These have been lagging a bit behind but the situation will finally be remedied.</p>
<p>Right after the release, we intend to prepare more comprehensive performance comparisons and graphs along with some functional benchmarking. In the upcoming sprints, the immediate items to work on would be Qt 4.7 support, new-style signals and slots as well as begin the API 2 and Python 3 work. The exact ordering might be different, however, and I wouldn&#8217;t want to make any schedule commitments either.</p>
<p><em>Matti Airas</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/04/status-update-full-shiboken-pyside-release-imminent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PySide-Shiboken benchmarks</title>
		<link>http://www.pyside.org/2010/04/pyside-shiboken-benchmarks/</link>
		<comments>http://www.pyside.org/2010/04/pyside-shiboken-benchmarks/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 19:49:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=437</guid>
		<description><![CDATA[Hello folks,
As PySide-Shiboken is getting ready for a release we have produced some graphs that show startup time and disk size usage. They are good numbers since we did not spend time doing optimizations on PySide-Shiboken source code yet.
Load time (QtCore + QtGui) takes less than a second on a N900. In a desktop the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Hello folks,</p>
<p style="text-align: left;">As PySide-Shiboken is getting ready for a release we have produced some graphs that show startup time and disk size usage. They are good numbers since we did not spend time doing optimizations on PySide-Shiboken source code yet.</p>
<p style="text-align: left;">Load time (QtCore + QtGui) takes less than a second on a N900. In a desktop the difference is not noticeable.</p>
<div class="mceTemp mceIEcenter" style="text-align: center;"><img class="size-full wp-image-436" title="startup_time" src="http://www.pyside.org/wp-content/uploads/2010/04/startup_time.png" alt="startup_time" width="342" height="294" /></p>
<div class="wp-caption-dd">Startup time graph</div>
</div>
<p style="text-align: left;">The module size has dropped drastically from Boost implementation to this new one based on CPython. Now we are closer to PyQt4. As you know this size reduction also affects loading time.</p>
<div class="mceTemp mceIEcenter" style="text-align: center;"><img class="size-full wp-image-435" title="size-comparision" src="http://www.pyside.org/wp-content/uploads/2010/04/size-comparision.png" alt="Size comparision graph." width="555" height="379" /></p>
<div class="wp-caption-dd">Size comparision graph.</div>
</div>
<p style="text-align: left;">During the next weeks we will be working on bugfixing stuff and new modules. After that it will be possible to focus on performance and size reduction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/04/pyside-shiboken-benchmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PySide-Shiboken Technical Preview Release</title>
		<link>http://www.pyside.org/2010/03/pyside-shiboken-technical-preview-release/</link>
		<comments>http://www.pyside.org/2010/03/pyside-shiboken-technical-preview-release/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 11:38:54 +0000</pubDate>
		<dc:creator>mairas</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Shiboken]]></category>
		<category><![CDATA[SoftwareLivre/OpenSource]]></category>
		<category><![CDATA[pyside]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=428</guid>
		<description><![CDATA[Hi there,
After a long wait, we have finally gotten the Shiboken generated PySide bindings in a good enough shape to do a proper release with tarballs and all the required niceties, instead of rough git urls. Keep in mind that this is an alpha release, or a &#8220;technical preview&#8221; as the kids in my lawn [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>After a long wait, we have finally gotten the Shiboken generated PySide bindings in a good enough shape to do a proper release with tarballs and all the required niceties, instead of rough git urls. Keep in mind that this is an alpha release, or a &#8220;technical preview&#8221; as the kids in my lawn are used to say, some modules are missing and bugs are not hard to find.</p>
<p>This PySide release contains bindings for the following modules:</p>
<ul>
<li>QtCore</li>
<li>QtGui</li>
<li>QtNetwork</li>
<li>QtWebKit</li>
<li>QtSvg</li>
<li>QtXml</li>
<li>QtTest</li>
<li>QtOpenGL</li>
<li>QtSql</li>
</ul>
<p>Feel free to try your Python code with this version of PySide. You know how it works: more users == less bugs. As long as you guys tell us about the  bugs: <a href="http://bugs.openbossa.org/">http://bugs.openbossa.org</a></p>
<p>A noteworthy fact is the first release of the Shiboken C++ binding generator.  Yay! We strongly encourage it&#8217;s use to produce also non-Qt C++  bindings for Python, it will make your life easier. If it turns out to be not so  easy, come and talk with us on #pyside channel (Freenode).</p>
<p>Here follow everything needed for this release, in order of compilation.</p>
<p>API Extractor, version 0.4.0<br />
<a href="/files/apiextractor-0.4.0.tar.bz2">http://www.pyside.org/files/apiextractor-0.4.0.tar.bz2</a></p>
<p>Generator Runner, version 0.4.0<br />
<a href="/files/generatorrunner-0.4.0.tar.bz2">http://www.pyside.org/files/generatorrunner-0.4.0.tar.bz2</a></p>
<p>Shiboken, version 0.2.0<br />
<a href="/files/shiboken-0.2.0.tar.bz2">http://www.pyside.org/files/shiboken-0.2.0.tar.bz2</a></p>
<p>PySide, version 0.3.0<br />
<a href="/files/pyside-qt4.6+0.3.0.tar.bz2">http://www.pyside.org/files/pyside-qt4.6+0.3.0.tar.bz2</a></p>
<p>You will notice that the size of the generated bindings for the Qt modules in no way resemble the figures from the Boost.Python version. And talking about Boost: packagers, be aware that no component depends on Boost::Graph anymore. Yay<sup>2</sup>!</p>
<p>P.S.: cgoncalves, thanks for all the code and for the reminding us to put the announcement here as well. <img src='http://www.pyside.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  And to everyone else that provided bug reports, patches, beers, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/03/pyside-shiboken-technical-preview-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PySide talk on Bossa Conference 2010</title>
		<link>http://www.pyside.org/2010/03/pyside-talk-on-bossa-conference-2010/</link>
		<comments>http://www.pyside.org/2010/03/pyside-talk-on-bossa-conference-2010/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 18:40:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[QtLabsAmericas]]></category>
		<category><![CDATA[en]]></category>

		<guid isPermaLink="false">http://www.pyside.org/?p=422</guid>
		<description><![CDATA[There was a PySide talk on Bossa Conference 2010, and if you couldn&#8217;t make it for the warm city of Manaus this year here follows the slides:
PySide
View more presentations from openBossa.

]]></description>
			<content:encoded><![CDATA[<p>There was a PySide talk on Bossa Conference 2010, and if you couldn&#8217;t make it for the warm city of Manaus this year here follows the slides:</p>
<div id="__ss_3468067" style="width: 425px;"><strong><a title="PySide" href="http://www.slideshare.net/openbossa/pyside">PySide</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyside-100318105712-phpapp01&amp;stripped_title=pyside" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyside-100318105712-phpapp01&amp;stripped_title=pyside" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/openbossa">openBossa</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyside.org/2010/03/pyside-talk-on-bossa-conference-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
