This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Aivar.Annamaa, Marcus.Smith, Saimadhav.Heblikar, belopolsky, dstufft, erickhoo, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, terry.reedy, upendra-k14
Date 2016-03-25.00:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458867154.61.0.357809509916.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
Upendra and Eric: get_list_data() should first parse the string into a list of lines with .splitlines.  At some point, I think the scrolled list should become a scrolled ttk.Treeview, which can have multiple columns.  Then get_line_data should parse each line into name and version.  Then a third column can be added to indicate that a newer version is available.  I wish I had that right now.  I have forgotten how to get the update-available info.

Alexander, the screenshot could not be more timely.  I was thinking of only putting something in the third column when an update is available, but that is a minor detail.

In any case, the point is that the  get_list_data should eventually prepare a package-list-specific list of triples that gets fed to show_list_data.
History
Date User Action Args
2016-03-25 00:52:34terry.reedysetrecipients: + terry.reedy, rhettinger, paul.moore, ncoghlan, peter.otten, belopolsky, markroseman, Aivar.Annamaa, dstufft, Marcus.Smith, Saimadhav.Heblikar, upendra-k14, erickhoo
2016-03-25 00:52:34terry.reedysetmessageid: <1458867154.61.0.357809509916.issue23551@psf.upfronthosting.co.za>
2016-03-25 00:52:34terry.reedylinkissue23551 messages
2016-03-25 00:52:34terry.reedycreate