On Thursday, February 10, 2011 09:25:25 %u wrote: > What Phobos modules are currently depreciated or undergoing mayor > changes right now? And what are their replacements if any? > > I suppose std.xml is one. What about std.regex/std.regexp, > std.stream/std.stdio/std.cstream/std.socketstream, std.bind, > std.boxer/std.variant? > > BTW: http://digitalmars.com/d/2.0/phobos/std_gregorian.html is in the > menu but gives 404.
std.gregorian was never really finished. It's mostly a stub, I think. std.datetime replaces both it and std.date. It's in the latest version of Phobos in git, but it hasn't been in an acutal release yet. - Jonathan M Davis