So, I found readline.question today, and it looks really odd.
First, it doesn't follow the (err, data) nodeback convention at all (where do errors go?).
Second, it doesn't really feel like something that should be in core.
Should it be soft-deprecated?
Should it be "fixed" to conform to the node-back convention (not very likely)?