Skip to content

Commit

Permalink
doc, punycode: soft-deprecation of the punycode module
Browse files Browse the repository at this point in the history
As discussed and agreed upon by the CTC, the punycode module bundled
in core is soft-deprecated (docs only) for v7 with an eye towards
hard-deprecation in v8 or later.

Also see discussion in #7552

PR-URL: #7941
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
  • Loading branch information
jasnell committed Aug 3, 2016
1 parent c9e670e commit 29e49fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/api/punycode.md
@@ -1,6 +1,11 @@
# punycode

Stability: 2 - Stable
Stability: 0 - Deprecated

**The version of the punycode module bundled in Node.js is being deprecated**.
In a future major version of Node.js this module will be removed. Users
currently depending on the `punycode` module should switch to using the
userland-provided [Punycode.js][] module instead.

The `punycode` module is a bundled version of the [Punycode.js][] module. It
can be accessed using:
Expand Down

0 comments on commit 29e49fc

Please sign in to comment.