#3835 explain _ord() method
Merged by tkopecek. Opened by ktdreyer.
ktdreyer/koji doc-ord  into  master

Download 3835.patch

This method is a historical oddity that we needed to deal with pieces of RPM headers (strings) on Python 2. Since ord() no longer exists on Python 3, it's difficult for new developers to understand what this code is. Add comments so it's easier to read.

Metadata Update from @tkopecek:
- Pull-request tagged with: doc, no_qe

Thanks!

Commit f4121bfe fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata