Ticket #2157 (closed enhancement: fixed)
drop support for Python-2.4
| Reported by: | dustin | Owned by: | dustin |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.7 |
| Version: | master | Keywords: | |
| Cc: |
Description
This will happen *after* 0.8.6 is released. This was discussed on the mailing list here.
Change History
comment:4 Changed 16 months ago by Dustin J. Mitchell
change deferredGenerator to inlineCallbacks globally
This removes *most* references to deferredGenerator/waitForDeferred, except those in master/buildbot/schedulers/base.py and master/buildbot/process/buildrequest.py, to avoid conflicts with a pending patch.
Once that patch lands, we will need to make an additional sweep through the codebase.
Refs #2157.
Changeset: 99a0d88e73018065e5af0a440e83ca95075d4161
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Let's keep compatibility with 2.4 on slaves for as long as practical - that shouldn't be too hard, since the slave code is rarely modified and much simpler than the master.