#3408 closed defect (fixed)

Replace print statements with print functions in comments

Reported by: jaraco Owned by: jaraco
Priority: normal Milestone: Support Python 3
Component: code Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

Despite #3002, #3008, and #3009, there are still print statements throughout the code. Replace those with print functions as well.

Change History (5)

comment:1 Changed at 2020-09-11T14:28:35Z by jaraco

  • Owner set to jaraco
  • Status changed from new to assigned

comment:3 Changed at 2020-09-18T16:59:31Z by exarkun

  • Keywords review-needed removed

comment:4 Changed at 2020-09-18T16:59:49Z by Jason R. Coombs <jaraco@…>

  • Resolution set to fixed
  • Status changed from assigned to closed

In 5a40bf4/trunk:

Convert print statements to print functions, even when commented. Fixes #3408.

comment:5 Changed at 2020-09-18T16:59:49Z by GitHub <noreply@…>

In 9682e68/trunk:

Merge pull request #805 from jaraco/3408.print-functions

Convert print statements to print functions, even when commented

Fixes: ticket:3408

Note: See TracTickets for help on using tickets.