Skip to content

Commit 1369b80

Browse files
wisp3rwindpeterjdolan
authored andcommitted
remove outdated advice from Python 2 times in CONTRIBUTING.rst (#5733)
1 parent fab4f8d commit 1369b80

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,6 @@ There are a few coding conventions we use in beets:
252252
253253
Transaction objects help control concurrent access to the database
254254
and assist in debugging conflicting accesses.
255-
- Always use the `future
256-
imports <http://docs.python.org/library/__future__.html>`__
257-
``print_function``, ``division``, and ``absolute_import``, but *not*
258-
``unicode_literals``. These help keep your code modern and will help
259-
in the eventual move to Python 3.
260255
- ``str.format()`` should be used instead of the ``%`` operator
261256
- Never ``print`` informational messages; use the
262257
`logging <http://docs.python.org/library/logging.html>`__ module

0 commit comments

Comments
 (0)