tautologistics / node-htmlparser

Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers
MIT License
1.15k stars 139 forks source link

Change sys to util #40

Open cjohansen opened 12 years ago

cjohansen commented 12 years ago

The sys module is deprecated and spews a warning on stdout on node 0.6. Changed it's name to util, which is the new name. Also works on 0.4 (at least 0.4.7). The sys module has been deprecated for a year.

lookfirst commented 12 years ago

@tautologistics How about doing a release with this one? It's been sitting here for 6 months now.

mren commented 12 years ago

i opt to merge this

bingeboy commented 11 years ago

+1 updating "sys" to "util"