]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] regexp/syntax: unexport ErrUnexpectedParen
authorRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:55 +0000 (16:24 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:55 +0000 (16:24 -0400)
commite819613d08a8562d204ca9204e7a743bd6e1514e
tree38e1f6a3a9ee74d1eb88222ec3ee8413242c37cd
parentef902f8c8e48c2950a713e680487ad6da9f3c395
[release-branch.go1] regexp/syntax: unexport ErrUnexpectedParen

««« backport b4cdcec897fb
regexp/syntax: unexport ErrUnexpectedParen

This new error is the only API change in the current draft of
Go 1.0.2 CLs. I'd like to include the CL that introduced it,
because it replaces a mysterious 'internal error' with a
useful error message, but I don't want any API changes,
so unexport the error constant for now. It can be
re-exported for Go 1.1.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6294055

»»»
src/pkg/regexp/syntax/parse.go