base.py: support earlier buildbot.tac#1780
Conversation
|
As an advocate for the devil here, maybe asking people to update these files is a good thing? It may be this is the only Py3-compatible change we will make here, but if there are others, letting them not update could be a problem. But I dont have an objection to this. |
|
Agree, looking forward, I suspect most users don't have a |
Current coverage is
|
f251a52 to
81f9cfa
Compare
|
@djmitche @jaredgrubb as per your reviews, the code was removed and the release note updated |
master/docs/relnotes/0.9.0b1.rst
Outdated
There was a problem hiding this comment.
I'd add a specific comment that this is even if you are in a python 2.x runtime
46ecec9 to
cf80f75
Compare
|
@tardyp note about python2.x added |
print as statements are not supported in buildbot.tac anymore. http://trac.buildbot.net/ticket/3318 This commit writes that in the release note.
|
👍 |
base.py: support earlier buildbot.tac
Fixes
http://trac.buildbot.net/ticket/3318
that created a regression introduced by
201f0d9
the regression being buildbot not supporting
buildbot.tac files containing
print someString
lines anymore.