*** Submitted as
http://code.google.com/p/go/source/detail?r=dbcfb4459ab8 ***
doc: Don't imply incorrect guarantees about data races.
A race between
a = "hello, world"
and
print(a)
is not guaranteed to print either "hello, world" or "".
Its behaviour is undefined.
Fixes issue 4039.
R=rsc
CC=dvyukov, gobot, golang-dev, r
http://codereview.appspot.com/6489075
http://codereview.appspot.com/6489075/