<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.redhat.fedora.python">
    <title>gmane.linux.redhat.fedora.python</title>
    <link>http://blog.gmane.org/gmane.linux.redhat.fedora.python</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/299"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/284"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/282"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/279"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/263"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/259"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/253"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/248"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/247"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/243"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/238"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/236"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/229"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/228"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/227"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/226"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/225"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/223"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.python/220"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/299">
    <title>libpython2.7.so, /usr/lib or /usr/lib64, Liquid error parsing markdown</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/299</link>
    <description>&lt;pre&gt;Hi all,

I'm a first time poster looking for guidance about what seems to be a 
configuration or packaging problem on my system. I'm running Octopress, 
a blogging framework in Ruby, which uses Liquid running via Python to 
parse some embedded code blocks into a pretty format.

Environment:
Fedora Core 16 - 3.3.2-6.fc16.x86_64
python-2.7.2-5.2.fc16.x86_64
ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-linux]
rvm 1.13.0 (stable) by Wayne E. Seguin

Liquid failed out of the box with a codeblock that tried to use .html or 
.js suffixes, with a rather unhelpful error message in the blog post 
being formatted:

Liquid error: undefined method `Py_IsInitialized’ for 
RubyPython::Python:Module

Googling for this error led me to many other Octopress blogs (and 
others) with this error. They've deployed broken blog posts unwittingly 
(I hope).

I found that I have /usr/lib64/libpython2.7.so but nothing in /usr/lib. 
Some google results led me to try:

ln -s /usr/lib64/libpython2.7.so /usr/lib/libpython2.7.so

Th&lt;/pre&gt;</description>
    <dc:creator>Nick Fenwick</dc:creator>
    <dc:date>2012-05-01T04:47:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/284">
    <title>Bug #787712 threaded python deadlocks</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/284</link>
    <description>&lt;pre&gt;Hey folks,

https://bugzilla.redhat.com/show_bug.cgi?id=787712
I am hitting this bug very frequently on Fedora 16 where python deadlocks.
 I tried to apply the patch in this bug to python.src.rpm currently in
Fedora 16, but my local rpmbuild fails with a test error.  After disabling
%check rpmbuild fails with these missing files:

    File not found:
/home/warren/rpmbuild/BUILDROOT/python-2.7.2-5.2.fc16.fork.x86_64/usr/lib64/python2.7/lib-dynload/ossaudiodev.so
    File not found:
/home/warren/rpmbuild/BUILDROOT/python-2.7.2-5.2.fc16.fork.x86_64/usr/lib64/python2.7/plat-linux2

It seems python is missing some BuildRequires.

Anyhow, who maintains python these days?  Could we please go ahead with a
F16 test update?  This is a pretty serious issue. =(

Warren Togami
wtogami-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
_______________________________________________
python-devel mailing list
python-devel&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/python-devel&lt;/pre&gt;</description>
    <dc:creator>Warren Togami Jr.</dc:creator>
    <dc:date>2012-02-24T09:32:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/282">
    <title>Help with a simple package</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/282</link>
    <description>&lt;pre&gt;  Hi everyone,

  I wonder if someone would be interested in releasing a simple Fedora
package for EPEL.  In my estimate, it shouldn't take more than an hour.  I
would do it myself, but I need to go through the whole process of getting
into FAS, and it's not worth the trouble for just an hour of real work.
  I am asking for the "nautilus-python" package.  The EPEL owner is listed
as dignan under
https://admin.fedoraproject.org/pkgdb/acls/name/nautilus-python, and I
think there is already an EPEL branch for nautilus-python.  However, I
can't find an EPEL build for nautilus-python.  See RepoView, for example:
http://dl.fedoraproject.org/pub/epel/6/SRPMS/repoview/letter_n.group.html.
And I haven't been able to reach dignan.
  nautilus-python versions up to 0.7.0-3 should work under both RHEL 5 and
RHEL 6 without any modifications.  Versions 0.7.0-4 and higher won't work
under RHEL 5 or RHEL 6 because they require Nautilus 3.
  I already created a bug for this (
https://bugzilla.redhat.com/show_bug.cgi?id=771262&lt;/pre&gt;</description>
    <dc:creator>Caghan Demirci</dc:creator>
    <dc:date>2012-02-09T02:40:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/279">
    <title>python-sqlite2 retirement/orphaning</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/279</link>
    <description>&lt;pre&gt;In cleaning up some half-retired packages yesterday, we discovered that
the python-sqlite2 maintainer wishes to retire the package.  There are a few
packages that depend on it but after reviewing the history and the code of
the packages, I think that it is reasonably safe to let this go ahead.

Historically, there was a python-sqlite module.  This version is not required
by any of the code we ship now.  It was replaced by python-sqlite2 (in
python, this is import pysqlite2).  In python-2.5, this library entered the
python stdlib as sqlite3 (import sqlite3).  The pysqlite2 library continues
to be released outside of the stdlib, mainly so that people who want to get
changes to the module (perhaps bugfixes or optimizations) at a faster rate
than the python stdlib's release cycle are able to.

In Fedora, there are several packages that have an explicit:
  Requires: python-sqlite2

I've reviewed the code for all of them and discovered that most will try to
import sqlite3 from the stdlib if pysqlite2 is not presen&lt;/pre&gt;</description>
    <dc:creator>Toshio Kuratomi</dc:creator>
    <dc:date>2012-02-07T18:08:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/263">
    <title>More Re: [Distutils] Compatibility of bdist_rpm with Fedora        packaging instructions</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/263</link>
    <description>&lt;pre&gt;One additional issue:  The system produces pyo and pyc files for all the
.py files it finds.  That is good for the files that go into site-packages
because they are intended to be executed from there, but might not be so
good for documentation files such as examples and code-snippets that are
intended to be run or otherwise used in user-space.

The commands:
find . -type f -name *.pyc  -exec rm -f {} \;
find . -type f -name *.pyo  -exec rm -f {} \;

executed at some point in the process at the root of the default
documentation directory after the .pyc and .pyo files have been created
can remove them.  However, I can't seem to figure out where to put the
statements.  Also, might there be a way to prevent the byte compiling of
documentation files?


Stan Klein


_______________________________________________
python-devel mailing list
python-devel&amp;lt; at &amp;gt;lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/python-devel&lt;/pre&gt;</description>
    <dc:creator>Stanley A. Klein</dc:creator>
    <dc:date>2011-11-27T17:05:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/259">
    <title>Cryptographic tweaks in python/python3 in rawhide (F17)</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/259</link>
    <description>&lt;pre&gt;Summary: most users shouldn't see any differences, but rawhide's python
should now better support OpenSSL FIPS mode, as of python-2.7.2-14.fc17
and python3-3.2.2-5.fc17 onwards.

Long version:
I've just built some tweaks to python's cryptographic code in rawhide,
aimed at making it play better with FIPS mode.  It's actually a forward
port of some code that's been in RHEL 6's python 2.6 since RHEL 6.0
(where it was was rhbz#563986).

The idea is that in high-security environments, it's possible to set
site-wide configuration to deny the use of known insecure cryptographic
algorithms.

The main example here is MD5.  MD5 is past its "use-by date", and should
not be used for security purposes.  See e.g.:
  http://www.kb.cert.org/vuls/id/836068

In the past, Fedora build of the python 2 standard library has contained
the following modules:

  Pure python modules:

    * hashlib (implemented in terms of _hashlib)
    * md5 (implemented in terms of _hashlib, falling back to _md5)
    * sha (implemented in terms of &lt;/pre&gt;</description>
    <dc:creator>David Malcolm</dc:creator>
    <dc:date>2011-09-14T21:15:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/253">
    <title>python-distutils-extra for EPEL?</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/253</link>
    <description>&lt;pre&gt;Is anyone in the Python SIG interested in maintaining
python-distutils-extra in el6?  The Fedora maintainer has declined to
participate in EPEL, but would welcome someone else doing so.  The
rawhide copy builds clean in koji against el6 right now, so it
shouldn't be that hard to maintain.

This is needed by openstack-nova, which the Cloud SIG is in process of
packaging for Fedora and EL6.

Thanks,
Matt

&lt;/pre&gt;</description>
    <dc:creator>Matt Domsch</dc:creator>
    <dc:date>2011-08-30T20:58:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/248">
    <title>Need a python3 person for docutils</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/248</link>
    <description>&lt;pre&gt;Hey all, Currently docutils is unable to update in Fedora 15 because of bugs
in the python3 compatibility.  Is there anyone who cares about python3 here
who is willing to take a look at fixing it?  Otherwise, we're stuck on the
current version of docutils (for both python2 and python3) and the python3
package will be non-functional.

https://bugzilla.redhat.com/show_bug.cgi?id=579567

-Toshio
&lt;/pre&gt;</description>
    <dc:creator>Toshio Kuratomi</dc:creator>
    <dc:date>2011-05-16T16:08:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/247">
    <title>the difference of "exec" and "import" in python</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/247</link>
    <description>&lt;pre&gt;Hi~ all guys,
I have a strange question, what's the difference of "exec" and "import"?
IMO, when we use "import", the script is also be executed, (maybe its
namespace is owned by itself), and "exec" does something like this, it
executes some script. So i think its difference is its namespace.
I want to get your hint~

thanks a lot
&lt;/pre&gt;</description>
    <dc:creator>tom z</dc:creator>
    <dc:date>2011-05-03T08:16:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/243">
    <title>how to include a .so file in my python rpm</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/243</link>
    <description>&lt;pre&gt;In my python application, I need to include a .so binary I built of a custom
gstreamer plugin.  My python application works fine with this plugin when
launching from the command line.

Now that I am packaging my python application into a fedora rpm, I need to
compile the plugin as part of the packaging process?

I ask because when I try to include the .so file in %files and part of the
manifest, I get this error from rpmbuild:

"arch dependent binaries in noarch package"

Could someone point me to an example of how to create a spec file which
shows how to include "nested" c code so as to avoid this error and
successfully build my rpm?

Thanks much.  Erik
&lt;/pre&gt;</description>
    <dc:creator>Erik Blankinship</dc:creator>
    <dc:date>2011-01-26T13:59:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/238">
    <title>how to include lots of media assets into a python rpm?</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/238</link>
    <description>&lt;pre&gt;I have a lot of media assets to include in my python rpm.  I am confused as
to the best way to include these files in my rpm.

Here is my setup:

setup.py
sun.py
gfx/sun_1.png
gfx/sun_2.png
gfx/sun_3.png
gfx/core/core_1.png
gfx/core/core_2.png
...
gfx/core/core_99.png


I list everything I want to include in my manifest.in file with:

recursive-include gfx *.png


and when I make a source tar.gz ( via python setup.py bdist --format=rpm )
 all of the media assets are included in the resultant tar.gz bundle.

Then I move the source tar.gz into ~/rpmbuild/SOURCES/  and then I run rpmbuild
-ba SunnyApp.spec

Unfortunately, none of the gfx are transfered over.   However, if I modify
my setup.py as follows:

from setuptools import find_packages

pkgs = find_packages( )


setup(   name='SunnyApp',
         ...

         data_files=[ ('SunnyApp/gfx', ['gfx/sun_1.png', 'gfx/sun_2.png'] ),

                      ('SunnyApp/gfx/core', ['gfx/core/core_1.png',
'gfx/core/core_2.png'] ) ],

         ...

         packages=&lt;/pre&gt;</description>
    <dc:creator>Erik Blankinship</dc:creator>
    <dc:date>2011-01-25T02:02:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/236">
    <title>best practices for python applications targeting f11 gnome on theolpc xo</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/236</link>
    <description>&lt;pre&gt;What would be the best practice for python applications targeting f11 gnome
on the olpc xo?

I am developing on f13, but my target is f11 (an olpc xo machine) running
python 2.6.

The rpms I am generating have the name:

SunnyApp-1.1-1.fc13.noarch.rpm

Two things here stand out to me (the very new rpm packager) which suggest I
have not done a great job targeting my platform.

1. fc13
2. noarch

I would like to make sure the rpms are as compatible as possible with that
platform.

Also, I have some code in my application which is python 2.6 specific -- is
there a way to designate/enforce that in the file to ensure it runs
smoothly?

Thank you!
&lt;/pre&gt;</description>
    <dc:creator>Erik Blankinship</dc:creator>
    <dc:date>2011-01-24T21:57:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/229">
    <title>packing an rpm without source code?</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/229</link>
    <description>&lt;pre&gt;Can someone point me at an example of how to package a fedora python rpm
without the source code (only the .pyc or .pyo files)?

Would I make this change in my spec file?

Thank you for your help.
&lt;/pre&gt;</description>
    <dc:creator>Erik Blankinship</dc:creator>
    <dc:date>2011-01-24T04:36:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/228">
    <title>help: Doc of the rpm-python module</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/228</link>
    <description>&lt;pre&gt;Hi all,
  I can't find any doc of rpm-python. If you have one, could you send a copy
to me?
Thanks a lot~
&lt;/pre&gt;</description>
    <dc:creator>tom z</dc:creator>
    <dc:date>2011-01-06T08:16:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/227">
    <title>FYI: Python-2.7 distutils incompatibility</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/227</link>
    <description>&lt;pre&gt;I mentioned this to dmalcolm as a possible bug on IRC and as I figured out
what's going on I felt I should share with others that might run into this.

In python-2.7, an incompatibility was introduced in what is allowed to be in
a setup.py file.  A setup.py looks something like this::

  #!/usr/bin/python -tt
  # -*- coding: utf-8 -*-

  from distutils.core import setup

  setup(name='test',
      version='1.0',
      description='Test',
      author='Toshio Kuratomi',
      author_email='toshio&amp;lt; at &amp;gt;fp.o',
      license='MIT',
      url='http://localhost/',
      download_url='http://localhost/',
      keywords='test',
      classifiers=[
            'Development Status :: 3 - Alpha',
          ],
  )

In python-2.7, the values of those entries to the setup function cannot be
unicode strings.  They must be byte strings (str type).  This is true even
if the value is all ASCII.  For instance, this is invalid::

  setup(name=u'test', [...]

Although this is a change in behaviour from earlier python versions, it is
&lt;/pre&gt;</description>
    <dc:creator>Toshio Kuratomi</dc:creator>
    <dc:date>2011-01-04T02:23:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/226">
    <title>PyPy is now available in Fedora</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/226</link>
    <description>&lt;pre&gt;I've imported pypy and built it into rawhide.

I've updated the list on:
https://fedoraproject.org/wiki/SIGs/Python#Python_Runtimes

moving it from "Awaiting review" to "Within Fedora".

Enjoy!
Dave
&lt;/pre&gt;</description>
    <dc:creator>David Malcolm</dc:creator>
    <dc:date>2011-01-03T22:20:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/225">
    <title>My email</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/225</link>
    <description>&lt;pre&gt;abdel.g.martinez.l-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org

&lt;/pre&gt;</description>
    <dc:creator>Abdel G. Martínez L.</dc:creator>
    <dc:date>2010-11-04T16:24:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/223">
    <title>python-distutils-extra</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/223</link>
    <description>&lt;pre&gt;Just a heads up to some new behavior that I noticed in F14.

When python-distutils-extra is installed, it will cause pylint to be run
against your project automatically when `python setup.py sdist` is
called.  It installs DistUtilsExtra.command.check on the
distutils.commands check entry-point.

This shouldn't be a problem in koji-land, since nothing currently pulls
this in at build time.

This turns out to be an annoyance for me, since it causes an infinite
recursion error with one of my projects.  Whether or not we want to
patch this behavior out is still up for discussion.

luke
&lt;/pre&gt;</description>
    <dc:creator>Luke Macken</dc:creator>
    <dc:date>2010-10-29T21:45:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/220">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/220</link>
    <description>&lt;pre&gt;For those who aren't also subscribed to the python-dev mailing list :-),
Dave and Neal's posts about fpconst sparked some interest in porting work
there.  Talking with Barry Warsaw we'd like to use the
python-porting-+ZN9ApsXKcEdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org mailing list to coordinate efforts to port so that
distros can help each other with this task rather than everybody reinventing
the same patches:

http://mail.python.org/mailman/listinfo/python-porting

There's also a few wiki pages on wiki.python.org that we've decided to use
as well:

http://wiki.python.org/moin/PortingToPy3k/
http://wiki.python.org/moin/PortingToPy3k/PortingHelpers

It's a wiki so feel free to edit information, post scripts to the mailing
list to gather information, etc.  Right now I'm in brainstorming mode but we need to
figure out some ways to make actual progress on the code too.  For that we
need to figure out how to submit code upstream and how/when to fork if
upstreams are dead, etc.

-Toshio
&lt;/pre&gt;</description>
    <dc:creator>Toshio Kuratomi</dc:creator>
    <dc:date>2010-10-21T18:33:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/220">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/220</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Toshio Kuratomi</dc:creator>
    <dc:date>2010-10-21T18:33:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.python/219">
    <title>Wiki gardening</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.python/219</link>
    <description>&lt;pre&gt;As I mentioned on IRC yesterday, I've moved the huge tables showing
Python 3 status from:
 https://fedoraproject.org/wiki/Features/Python3F13#Porting_status

to a new page:
 https://fedoraproject.org/wiki/Python3

(rather than have it be specific to Fedora 13)

I've tried to preserve the barebones structure of that section on the
old page, since there are a few links to those places elsewhere.


I've also tried to add:
  [[Category:Python]]
to various pages that were missing it (including various feature pages
that relate directly to python).

You can see the pages tagged with this category here:
  https://fedoraproject.org/wiki/Category:Python

In particular, there's a link to that page from the bottom of our SIG
page:
  https://fedoraproject.org/wiki/SIGs/Python

If I've missed any, please feel free to add the:
  [[Category:Python]]
tag to other python-related pages.


Hope this makes sense
Dave

&lt;/pre&gt;</description>
    <dc:creator>David Malcolm</dc:creator>
    <dc:date>2010-09-30T18:38:08</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.python">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.python</link>
  </textinput>
</rdf:RDF>

