Edgewall Software

Changes between Version 14 and Version 15 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Nov 26, 2009, 2:55:27 PM (14 years ago)
Author:
Christian Boos
Comment:

added #Empty (#TH6054)

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v14 v15  
    140140See TracDev/Proposals/CacheInvalidation#CacheManager for details.
    141141
     142==== `trac.util.text.empty` ^[source:trunk/trac/util/text.py@#L30 (0.12)]^ ==== #empty
     143
     144Special marker object used to represent a NULL value from the
     145database as an empty string, yet be able to distinguish it from `''`
     146when really necessary.
     147
     148FIXME: There shouldn't be a need to manipulate the `Empty` class directly.
     149
    142150=== New Interfaces ===
    143151==== `trac.ticket.api.IMilestoneChangeListener` ^[source:trunk/trac/ticket/api.py@8828:141-157#L140 (0.12)]^ ==== #IMilestoneChangeListener