Skip to content

Commit

Permalink
relnotes: buildbot.tac should use print as function
Browse files Browse the repository at this point in the history
print as statements are not supported in buildbot.tac
anymore.
http://trac.buildbot.net/ticket/3318

This commit writes that in the release note.
  • Loading branch information
Ion Alberdi committed Jul 22, 2015
1 parent 8818fb6 commit cf80f75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions master/docs/relnotes/0.9.0b1.rst
Expand Up @@ -257,6 +257,11 @@ Deprecations, Removals, and Non-Compatible Changes
Previously, it would return the original value.
Instead, it now returns an array with the original value as the sole element.


* ``buildbot.tac`` does not support ``print`` statements anymore. Such files should now use ``print``
as a function instead (see https://docs.python.org/3.0/whatsnew/3.0.html#print-is-a-function
for more details). Note that this applies to both python2.x and python3.x runtimes.

WebStatus
.........

Expand Down

0 comments on commit cf80f75

Please sign in to comment.