<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/python-ogre/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/python-ogre/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Aug 2008 07:34:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/python-ogre/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Vector3 (and other list-type converted) Quirks</title><link>https://sourceforge.net/p/python-ogre/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I realize this is dead simple to work-around at this point by just manually retrieving values by logical index, so I'm not sure if I'd call this a bug as much as a quirk,  but...&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
simple = ogre.Vector3(2,5,6)&lt;br /&gt;
print simple[0]&lt;br /&gt;
print simple[1]&lt;br /&gt;
print simple[2]&lt;br /&gt;
# As you'd expect so far, however you don't have to stop there strangely.&lt;br /&gt;
print simple[3]&lt;br /&gt;
print simple[4]&lt;br /&gt;
print simple[78]&lt;br /&gt;
print simple[12893]&lt;br /&gt;
------------------&lt;/p&gt;
&lt;p&gt;Is the jargon generated beyond the vector's three values intended?&lt;/p&gt;
&lt;p&gt;Additionally,  iterating the vector as a list will give you a nigh endless stream of results due to the above.  Attempting to typecast the vector to a list/tuple will crash the program (at least on my simple setup).  Lack of methods also prevents you from doing simple[0:2] to get just the first 3 values.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Smithee</dc:creator><pubDate>Tue, 19 Aug 2008 07:34:14 -0000</pubDate><guid>https://sourceforge.net738ea18da18ea4873fddef92e79a2ff15c228229</guid></item><item><title>Add source code download</title><link>https://sourceforge.net/p/python-ogre/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add source code tars to the download sections for every release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dino</dc:creator><pubDate>Mon, 27 Aug 2007 22:09:42 -0000</pubDate><guid>https://sourceforge.net346abb2c7dbbdd3e5a43ea4c83dbfbf2b286016b</guid></item></channel></rss>