<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 56: Negative indexing in MultiColumnList.InsertItems</title><link>https://sourceforge.net/p/pythoncard/bugs/56/</link><description>Recent changes to 56: Negative indexing in MultiColumnList.InsertItems</description><atom:link href="https://sourceforge.net/p/pythoncard/bugs/56/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 12 Jul 2006 12:47:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pythoncard/bugs/56/feed.rss" rel="self" type="application/rss+xml"/><item><title>Negative indexing in MultiColumnList.InsertItems</title><link>https://sourceforge.net/p/pythoncard/bugs/56/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A typo in multicolumnlist.py prevents&lt;br /&gt;
MultiColumnList.InsertItems from disallowing improper&lt;br /&gt;
negative indexing:&lt;/p&gt;
&lt;p&gt;# Allow negative indexing to mean from the end of the list&lt;br /&gt;
if position &amp;lt; 0:&lt;br /&gt;
position = numitems + position&lt;br /&gt;
# But only allow from the start of the list on&lt;br /&gt;
if position &amp;lt; 0:&lt;br /&gt;
postiion = 0 &amp;lt;-- *** typo ***&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 12 Jul 2006 12:47:43 -0000</pubDate><guid>https://sourceforge.neta9e51f409d7d0ef3413c360252c83158be7095fe</guid></item></channel></rss>