After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723092 - Port Python platform demos to Python 3
Port Python platform demos to Python 3
Status: RESOLVED FIXED
Product: gnome-devel-docs
Classification: Applications
Component: platform-demos
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-devel-docs maintainers
gnome-devel-docs maintainers
: 684865 685411 (view as bug list)
Depends on:
Blocks: python3
 
 
Reported: 2014-01-27 11:45 UTC by David King
Modified: 2015-06-23 15:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch created with 2to3 (19.98 KB, patch)
2014-01-27 11:48 UTC, David King
committed Details | Review

Description David King 2014-01-27 11:45:05 UTC
Porting the platform demos should be quite easy, by the look of it the only change is the print statement/function.
Comment 1 David King 2014-01-27 11:45:52 UTC
*** Bug 684865 has been marked as a duplicate of this bug. ***
Comment 2 David King 2014-01-27 11:46:08 UTC
*** Bug 685411 has been marked as a duplicate of this bug. ***
Comment 3 David King 2014-01-27 11:48:12 UTC
Created attachment 267294 [details] [review]
patch created with 2to3
Comment 4 Philip Withnall 2015-06-10 14:03:49 UTC
Review of attachment 267294 [details] [review]:

Looks good to me.
Comment 5 David King 2015-06-23 15:08:30 UTC
Review of attachment 267294 [details] [review]:

Pushed to master as commit 3355a05d6884b3139a10353e7fbd473b4d9bc81c. Thanks for the review.