Modules Fix Missing in 1.9.2

Hi…I need this fix in 1.9.2:

https://github.com/zecrazytux/ansible-modules-core/commit/6b20c3890f92093373c0ed50ff8489786abc1982

However when I install ansible 1.9.2 via pip in ubuntu, the fix is not there. Is there something special I need to do to pick it up or install ansible differently?

Thanks
Ethan

that is scheduled to be added to version 2.0

As Brian has cautioned, modules for v2 may not work with v1. But in this case, I have copied the v2 uri module into my project to gain the use of format_body and it has worked fine.