Bruno Haible wrote: >> > my suggestion implied to rename the function as well, not >> > only the module :-) >> >> At which point _all_ clients would instantly be exposed to the rename in >> C code > > If we decide to rename get_date() to parse_datetime(), we can add a > #define get_date parse_datetime > for one year or so, so that maintainers have all the time they need to > react on the deprecation warning.
Hi Bruno, That suggestion makes the sweeping name change palatable. If you make that change, please ensure that the transition definition is enabled only via the deprecated getdate module. Thus, there will be no risk that those who upgrade will forget to rename uses of the get_date function. Thanks, Jim
